summaryrefslogtreecommitdiff
path: root/t/tap-plan-whitespace.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/tap-plan-whitespace.sh')
-rw-r--r--t/tap-plan-whitespace.sh4
1 files changed, 1 insertions, 3 deletions
diff --git a/t/tap-plan-whitespace.sh b/t/tap-plan-whitespace.sh
index 659a7e77a..a3e2137b9 100644
--- a/t/tap-plan-whitespace.sh
+++ b/t/tap-plan-whitespace.sh
@@ -32,9 +32,7 @@ cat > bar.test <<END
ok 1
END
-run_make TESTS='foo.test bar.test' check >stdout || { cat stdout; exit 1; }
-cat stdout
-
+run_make -O TESTS='foo.test bar.test' check
count_test_results total=3 pass=3 fail=0 error=0 xpass=0 xfail=0 skip=0
: