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.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/t/tap-passthrough.sh b/t/tap-passthrough.sh
index 8385cd78e..c8424e20b 100644
--- a/t/tap-passthrough.sh
+++ b/t/tap-passthrough.sh
@@ -46,7 +46,7 @@ ok # SKIP who cares?
$weirdchars
END
-run_make TESTS=ok.test check || { cat ok.log; exit 1; }
+$MAKE TESTS=ok.test check || { cat ok.log; exit 1; }
cat ok.log
for rx in \
@@ -115,7 +115,7 @@ Last line
END
st=0
-run_make check \
+$MAKE check \
TESTS='tiny.test ok.test ko.test bail.test skip.test err.test' || st=$?
cat tiny.log
cat ok.log