aboutsummaryrefslogtreecommitdiffstats
path: root/tools/fuzz-test.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tools/fuzz-test.sh')
-rwxr-xr-xtools/fuzz-test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/fuzz-test.sh b/tools/fuzz-test.sh
index fc0fbbdeb8..7610963b92 100755
--- a/tools/fuzz-test.sh
+++ b/tools/fuzz-test.sh
@@ -10,7 +10,7 @@
# repeatedly until an error is found.
TEST_TYPE="fuzz"
-. `dirname $0`/test-common.sh
+. `dirname $0`/test-common.sh || exit 1
# Directory containing binaries. Default current directory.
BIN_DIR=.