summaryrefslogtreecommitdiff
path: root/t/tap-exit.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/tap-exit.sh')
-rwxr-xr-xt/tap-exit.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/tap-exit.sh b/t/tap-exit.sh
index c9a9823b9..3c51cc3be 100755
--- a/t/tap-exit.sh
+++ b/t/tap-exit.sh
@@ -19,7 +19,7 @@
# - the '--ignore-exit' option causes the TAP test driver to ignore
# exit statuses of the test scripts.
-. ./defs || exit 1
+. test-init.sh
echo TESTS = > Makefile.am
for st in 1 2 77 99; do