summaryrefslogtreecommitdiff
path: root/tests/test-lib.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test-lib.sh')
-rw-r--r--tests/test-lib.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/test-lib.sh b/tests/test-lib.sh
index 4419742ea..456a30a24 100644
--- a/tests/test-lib.sh
+++ b/tests/test-lib.sh
@@ -395,3 +395,6 @@ elif ( cmp --version < /dev/null 2>&1 | grep GNU ) 2>&1 > /dev/null; then
else
compare() { cmp "$@"; }
fi
+
+# Initialize; all bourne shell scripts end with "Exit $fail".
+fail=0