summaryrefslogtreecommitdiff
path: root/t/tap-passthrough-exit.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/tap-passthrough-exit.sh')
-rw-r--r--t/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 10c91a0a5..47f8155bb 100644
--- a/t/tap-passthrough-exit.sh
+++ b/t/tap-passthrough-exit.sh
@@ -52,7 +52,7 @@ for e in $exit_statuses; do
done
done
-run_make check TEST_LOG_DRIVER_FLAGS='--ignore-exit'
+$MAKE check TEST_LOG_DRIVER_FLAGS='--ignore-exit'
$FGREP ".test - exited with status" *.log && exit 1
: