summaryrefslogtreecommitdiff
path: root/t/tap-passthrough-exit.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/tap-passthrough-exit.sh')
-rwxr-xr-xt/tap-passthrough-exit.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/tap-passthrough-exit.sh b/t/tap-passthrough-exit.sh
index 617f89cdd..1e93115ec 100755
--- a/t/tap-passthrough-exit.sh
+++ b/t/tap-passthrough-exit.sh
@@ -38,7 +38,7 @@ END
echo TESTS += exit-$e.test >> Makefile.am
done
-. "$am_testauxdir"/tap-setup.sh || fatal_ "sourcing tap-setup.sh"
+. tap-setup.sh
st=0
$MAKE check || st=$?