From: Stefano Lattarini Date: Sat, 12 Jan 2013 13:35:05 +0000 (+0100) Subject: tests: subobj-cxx.sh: fix post-merge spurious failure X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=53e4b31654d1ebf7a4660268cb86dbd1f81ae48b;p=thirdparty%2Fautomake.git tests: subobj-cxx.sh: fix post-merge spurious failure * t/subobj-cxx.sh: Don't check that the auxiliary script 'compile' is not installed. Apparently, it is now brought in by AM_PROG_AR. No big deal anyway, as a no-strictly-needed distributed auxiliary script is not going to do any bad. Signed-off-by: Stefano Lattarini --- diff --git a/t/subobj-cxx.sh b/t/subobj-cxx.sh index a32a45d4e..18641da71 100755 --- a/t/subobj-cxx.sh +++ b/t/subobj-cxx.sh @@ -78,7 +78,6 @@ END $ACLOCAL $AUTOMAKE -a -test ! -f compile # This is not needed by C++ support. $EGREP '[^/](a|b|foo)\.\$(OBJEXT)' Makefile.in && exit 1 $AUTOCONF