summaryrefslogtreecommitdiff
path: root/t/tap-plan-malformed.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/tap-plan-malformed.sh')
-rw-r--r--t/tap-plan-malformed.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/tap-plan-malformed.sh b/t/tap-plan-malformed.sh
index 9d1f19e6c..e2dd7d02c 100644
--- a/t/tap-plan-malformed.sh
+++ b/t/tap-plan-malformed.sh
@@ -47,7 +47,7 @@ END
tests_list=$(echo *.test)
-TESTS="$tests_list" $MAKE -e check >stdout && { cat stdout; exit 1; }
+run_make TESTS="$tests_list" check >stdout && { cat stdout; exit 1; }
cat stdout
count_test_results total=9 pass=2 fail=0 xpass=0 xfail=2 skip=0 error=5