summaryrefslogtreecommitdiff
path: root/t/tap-msg0-planskip.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/tap-msg0-planskip.sh')
-rw-r--r--t/tap-msg0-planskip.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/tap-msg0-planskip.sh b/t/tap-msg0-planskip.sh
index 131d4389a..3c6252d77 100644
--- a/t/tap-msg0-planskip.sh
+++ b/t/tap-msg0-planskip.sh
@@ -25,7 +25,7 @@
echo '1..0 # SKIP 0' > a.test
echo '1..0 # SKIP 0.0' > b.test
-TESTS='a.test b.test' $MAKE -e check >stdout || { cat stdout; exit 1; }
+run_make TESTS='a.test b.test' check >stdout || { cat stdout; exit 1; }
cat stdout
count_test_results total=2 pass=0 fail=0 xpass=0 xfail=0 skip=2 error=0