aboutsummaryrefslogtreecommitdiff
path: root/test/run-tests.sh
diff options
context:
space:
mode:
authorDavid Phillips <david@yeah.nah.nz>2020-09-05 15:44:37 +1200
committerDavid Phillips <david@yeah.nah.nz>2020-09-05 15:56:17 +1200
commit76f2d2c7429a4b85aceafa0080df0af3cd1ad2b5 (patch)
tree0c52782a55fe430c7f40ed79f647afe42e54a273 /test/run-tests.sh
parent6d81ef9443797d9174fc0849f8ec01d423754490 (diff)
downloadsand-leek-76f2d2c7429a4b85aceafa0080df0af3cd1ad2b5.tar.xz
Adjust tests to pass shellcheck
Fixes warnings around use of various shell no-nos
Diffstat (limited to 'test/run-tests.sh')
-rwxr-xr-xtest/run-tests.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/run-tests.sh b/test/run-tests.sh
index 68a3adf..d6a1473 100755
--- a/test/run-tests.sh
+++ b/test/run-tests.sh
@@ -1,5 +1,4 @@
-#!/bin/bash
-
+#!/bin/bash -e
fail()
{