summaryrefslogtreecommitdiff
path: root/t/tap-planskip-late.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/tap-planskip-late.sh')
-rw-r--r--t/tap-planskip-late.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/tap-planskip-late.sh b/t/tap-planskip-late.sh
index 69cb9e660..ab3f336f5 100644
--- a/t/tap-planskip-late.sh
+++ b/t/tap-planskip-late.sh
@@ -32,7 +32,7 @@ cat > bar.test <<END
1..0
END
-TESTS='foo.test bar.test' $MAKE -e check >stdout || { cat stdout; exit 1; }
+run_make TESTS='foo.test bar.test' check >stdout || { cat stdout; exit 1; }
cat stdout
grep '^SKIP: foo\.test .* from the last line$' stdout