summaryrefslogtreecommitdiff
path: root/t/tap-msg0-directive.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/tap-msg0-directive.sh')
-rw-r--r--t/tap-msg0-directive.sh4
1 files changed, 1 insertions, 3 deletions
diff --git a/t/tap-msg0-directive.sh b/t/tap-msg0-directive.sh
index a73515304..5f06820cc 100644
--- a/t/tap-msg0-directive.sh
+++ b/t/tap-msg0-directive.sh
@@ -28,9 +28,7 @@ not ok 2 # TODO 0
ok 3 # SKIP 0
END
-$MAKE check >stdout && { cat stdout; exit 1; }
-cat stdout
-
+run_make -O -e FAIL check
count_test_results total=3 pass=0 fail=0 xpass=1 xfail=1 skip=1 error=0
grep '^XPASS: all\.test 1 # TODO 0$' stdout