From df79bb4b0414009e212e7189ba732d347ba536ee Mon Sep 17 00:00:00 2001 From: Stefano Lattarini Date: Tue, 14 Feb 2012 14:28:34 +0100 Subject: [PATCH] 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. --- tests/tap-signal.tap | 1 + 1 file changed, 1 insertion(+) 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. -- 2.47.2