summaryrefslogtreecommitdiff
path: root/t/tap-planskip-whitespace.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/tap-planskip-whitespace.sh')
-rw-r--r--t/tap-planskip-whitespace.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/tap-planskip-whitespace.sh b/t/tap-planskip-whitespace.sh
index be2437bff..9513ca2ec 100644
--- a/t/tap-planskip-whitespace.sh
+++ b/t/tap-planskip-whitespace.sh
@@ -34,7 +34,7 @@ cat > baz.test <<END
1..0 # SKIP${tab} Strip${tab}external preserve ${tab}middle ${tab}${sp}
END
-TESTS='foo.test bar.test baz.test' $MAKE -e check > stdout \
+run_make TESTS='foo.test bar.test baz.test' check > stdout \
|| { cat stdout; exit 1; }
cat stdout