summaryrefslogtreecommitdiff
path: root/t/tap-signal.tap
diff options
context:
space:
mode:
Diffstat (limited to 't/tap-signal.tap')
-rw-r--r--t/tap-signal.tap14
1 files changed, 2 insertions, 12 deletions
diff --git a/t/tap-signal.tap b/t/tap-signal.tap
index 601b4ea08..e28057489 100644
--- a/t/tap-signal.tap
+++ b/t/tap-signal.tap
@@ -66,7 +66,7 @@ chmod a+x *.test
$ACLOCAL
$AUTOCONF
-$AUTOMAKE
+$AUTOMAKE -a
./configure
@@ -101,17 +101,7 @@ signal_caught ()
esac
}
-command_ok_ '"make check" fails' eval '
- (
- run_make -e IGNORE -O check
- # Extra "echo" and silencing of xtraces required to avoid possible
- # garbled output with NetBSD make, which would miss some final
- # newlines in the expected places and thus mess up our TAP output.
- set +x; echo
- test $am_make_rc -gt 0
- )
-'
-cat stdout # For debugging.
+command_ok_ '"make check" fails' run_make -O -e FAIL check
command_ok_ "count of test results" count_test_results \
total=$(($results_count * 2)) \