summaryrefslogtreecommitdiff
path: root/t/tap-whitespace-normalization.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/tap-whitespace-normalization.sh')
-rw-r--r--t/tap-whitespace-normalization.sh7
1 files changed, 3 insertions, 4 deletions
diff --git a/t/tap-whitespace-normalization.sh b/t/tap-whitespace-normalization.sh
index 8ed732803..65bc2fe16 100644
--- a/t/tap-whitespace-normalization.sh
+++ b/t/tap-whitespace-normalization.sh
@@ -146,10 +146,9 @@ chmod a+x *.test
. tap-setup.sh
-# Don't care about exit status or number of test results, they should be
-# checked for in many other tests.
-$MAKE check >stdout || :
-cat stdout
+# We don't care about exit status or number of test results, they
+# should be checked for in many other tests.
+run_make -O -e FAIL check
LC_ALL=C sort exp > t
mv -f t exp