From 53e4b31654d1ebf7a4660268cb86dbd1f81ae48b Mon Sep 17 00:00:00 2001 From: Stefano Lattarini Date: Sat, 12 Jan 2013 14:35:05 +0100 Subject: [PATCH] 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 --- t/subobj-cxx.sh | 1 - 1 file changed, 1 deletion(-) 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 -- 2.47.2