From: Stefano Lattarini Date: Tue, 14 Feb 2012 13:28:34 +0000 (+0100) Subject: fixup: fix test tap-signal.tap to avoid false negatives X-Git-Tag: ng-0.5a~9^2~20^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=df79bb4b0414009e212e7189ba732d347ba536ee;p=thirdparty%2Fautomake.git fixup: fix test tap-signal.tap to avoid false negatives Problem introduced by yesterday commit v1.11-1851-g79b2c6a, "tests: avoid yet other spurious failures on NetBSD" * tests/tap-signal.tap: Truly ensure the exit status of the make call under test is correctly reflected in the TAP result displayed by the corresponding 'command_ok_' invocation. --- diff --git a/tests/tap-signal.tap b/tests/tap-signal.tap index e14cc50c3..b84993a38 100755 --- a/tests/tap-signal.tap +++ b/tests/tap-signal.tap @@ -105,6 +105,7 @@ command_ok_ '"make check" fails' eval ' # 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 $st -gt 0 ) ' cat stdout # For debugging.