summaryrefslogtreecommitdiff
path: root/t/tap-planskip.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/tap-planskip.sh')
-rw-r--r--t/tap-planskip.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/t/tap-planskip.sh b/t/tap-planskip.sh
index bc9c0fd31..d0ab69272 100644
--- a/t/tap-planskip.sh
+++ b/t/tap-planskip.sh
@@ -56,8 +56,8 @@ cat > mu.test <<END
1..0 # SKIP $weirdchars
END
-env TESTS='foo.test bar.test baz.test wget.test curl.test mu.test' \
- $MAKE -e check >stdout || { cat stdout; exit 1; }
+run_make TESTS='foo.test bar.test baz.test wget.test curl.test mu.test' \
+ check >stdout || { cat stdout; exit 1; }
cat stdout
count_test_results total=6 pass=0 fail=0 xpass=0 xfail=0 skip=6 error=0