From: Stefano Lattarini Date: Mon, 29 Apr 2013 18:43:02 +0000 (+0200) Subject: tests: avoid a spurious error with Solaris make X-Git-Tag: v1.13.1d~13^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5a29f7aa6fdc2aa1cb8fccfc917dbd5f579c1e7b;p=thirdparty%2Fautomake.git tests: avoid a spurious error with Solaris make * t/make-keepgoing.tap (Makefile.am): Here. Signed-off-by: Stefano Lattarini --- diff --git a/t/make-keepgoing.tap b/t/make-keepgoing.tap index a81bf6c1d..a71d2d0eb 100755 --- a/t/make-keepgoing.tap +++ b/t/make-keepgoing.tap @@ -37,7 +37,7 @@ k-y: $(am__make_keepgoing) k-n: @echo ":: $$MAKEFLAGS ::" ;: For debugging. - ! $(am__make_keepgoing) + $(am__make_keepgoing) && exit 1; exit 0 END check_make ()