Replace tab with spaces in test.sh

This commit is contained in:
Mathias Baumann 2019-04-03 10:59:22 +02:00
parent 7c880a26c0
commit 4c24cce386

View File

@ -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