From 4c24cce386d7a6be968866bfe5f9f31c86e9d110 Mon Sep 17 00:00:00 2001 From: Mathias Baumann Date: Wed, 3 Apr 2019 10:59:22 +0200 Subject: [PATCH] Replace tab with spaces in test.sh --- scripts/tests.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/tests.sh b/scripts/tests.sh index 141a374fd..a2cd2d7fc 100755 --- a/scripts/tests.sh +++ b/scripts/tests.sh @@ -71,8 +71,8 @@ safe_kill() { } cleanup() { - # ensure failing commands don't cause termination during cleanup (especially within safe_kill) - set +e + # ensure failing commands don't cause termination during cleanup (especially within safe_kill) + set +e if [[ "$IPC_ENABLED" = true ]] && [[ -n "${ALETH_PID}" ]] then