summaryrefslogtreecommitdiff
path: root/t/tap-passthrough.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/tap-passthrough.sh')
-rw-r--r--t/tap-passthrough.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/t/tap-passthrough.sh b/t/tap-passthrough.sh
index e7c9fca56..8132f5380 100644
--- a/t/tap-passthrough.sh
+++ b/t/tap-passthrough.sh
@@ -46,7 +46,7 @@ ok # SKIP who cares?
$weirdchars
END
-TESTS=ok.test $MAKE -e check || { cat ok.log; exit 1; }
+run_make TESTS=ok.test check || { cat ok.log; exit 1; }
cat ok.log
for rx in \
@@ -115,8 +115,8 @@ Last line
END
st=0
-env TESTS='tiny.test ok.test ko.test bail.test skip.test err.test' \
- $MAKE -e check || st=$?
+run_make check \
+ TESTS='tiny.test ok.test ko.test bail.test skip.test err.test' || st=$?
cat tiny.log
cat ok.log
cat ko.log