summaryrefslogtreecommitdiff
path: root/t/tap-todo-skip-whitespace.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/tap-todo-skip-whitespace.sh')
-rw-r--r--t/tap-todo-skip-whitespace.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/t/tap-todo-skip-whitespace.sh b/t/tap-todo-skip-whitespace.sh
index c4c47d916..55e4b8ff9 100644
--- a/t/tap-todo-skip-whitespace.sh
+++ b/t/tap-todo-skip-whitespace.sh
@@ -68,8 +68,8 @@ my_make_check ()
*) fatal_ "bad argument '$1' for my_make_check";;
esac
cat all.test
- $MAKE check >stdout || : # Don't care about the exit status in this test.
- cat stdout
+ # We don't care about the exit status in this test.
+ run_make -O -e IGNORE check
count_test_results total=15 pass=0 fail=0 error=0 \
xpass=$xpass xfail=$xfail skip=$skip
# Don't be too strict w.r.t. possible normalization of "TODO: foo" into