summaryrefslogtreecommitdiff
path: root/t/tap-with-and-without-number.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/tap-with-and-without-number.sh')
-rw-r--r--t/tap-with-and-without-number.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/t/tap-with-and-without-number.sh b/t/tap-with-and-without-number.sh
index 87e4872a2..6b3b22423 100644
--- a/t/tap-with-and-without-number.sh
+++ b/t/tap-with-and-without-number.sh
@@ -34,8 +34,7 @@ ok 6 # SKIP
ok zardoz
END
-$MAKE check >stdout || { cat stdout; exit 1; }
-cat stdout
+run_make -O check
count_test_results total=7 pass=4 fail=0 xpass=0 xfail=2 skip=1 error=0
grep '^PASS: all\.test 1 foo$' stdout