From 1d6fad5626dd60fa2b10bc50524c3ac85b3083a3 Mon Sep 17 00:00:00 2001 From: Marco Ferrari Date: Fri, 6 Nov 2020 23:48:31 +0100 Subject: [PATCH] Fix shfmt bad test --- .automation/test/shell_shfmt/shell-shfmt_bad_1.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.automation/test/shell_shfmt/shell-shfmt_bad_1.sh b/.automation/test/shell_shfmt/shell-shfmt_bad_1.sh index 0121b042..ee5435e5 100644 --- a/.automation/test/shell_shfmt/shell-shfmt_bad_1.sh +++ b/.automation/test/shell_shfmt/shell-shfmt_bad_1.sh @@ -8,10 +8,10 @@ ERROR_CODE=$? # Check the shell if [ ${ERROR_CODE} -ne 0 ]; then - echo "We did it!" - exit 0 + echo "We did it!" + exit 0 else - echo "We done goofed it..." - echo "${HELLO_WORLD}" - exit 1 + echo "We done goofed it..." + echo "${HELLO_WORLD}" + exit 1 fi