tests: cosmetic changes in t/extra-sources.sh
[platform/upstream/automake.git] / t / tap-bailout-suppress-later-diagnostic.sh
index 3045e1d..730e461 100644 (file)
@@ -32,11 +32,7 @@ Bail out!
 # not seen
 END
 
-# Doing the sums above, we have:
-
-$MAKE check >stdout && { cat stdout; exit 1; }
-cat stdout
-
+run_make -O -e FAIL check
 count_test_results total=2 pass=1 fail=0 xpass=0 xfail=0 skip=0 error=1
 grep '# all.test: sanity check' stdout
 grep 'not seen' stdout && exit 1