aboutsummaryrefslogtreecommitdiff
path: root/shflags_defines_test.sh
diff options
context:
space:
mode:
authorKate Ward <kate.ward@forestent.com>2020-03-29 18:28:56 +0200
committerKate Ward <kate.ward@forestent.com>2020-03-29 18:28:56 +0200
commitffe0a6bb82c8e04f85fca83023646886c66b3dbe (patch)
treeb640e8660ec59221ab49b16e9007289b142afc21 /shflags_defines_test.sh
parent94ed67b91c539104e84d0f0845c06d4b7ebc3181 (diff)
downloadshflags-ffe0a6bb82c8e04f85fca83023646886c66b3dbe.tar.gz
Fixed recent test failures, and a shunit2 bug.
Diffstat (limited to 'shflags_defines_test.sh')
-rwxr-xr-xshflags_defines_test.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/shflags_defines_test.sh b/shflags_defines_test.sh
index e4582b5..f2e1d71 100755
--- a/shflags_defines_test.sh
+++ b/shflags_defines_test.sh
@@ -13,6 +13,9 @@
# Disable source following.
# shellcheck disable=SC1090,SC1091
+# Exit immediately if a simple command exits with a non-zero status.
+#set -e
+
# These variables will be overridden by the test helpers.
stdoutF="${TMPDIR:-/tmp}/STDOUT"
stderrF="${TMPDIR:-/tmp}/STDERR"