From: Stefano Lattarini Date: Sat, 12 Jan 2013 13:22:26 +0000 (+0100) Subject: tests: subpkg-yacc.sh: fix post-merge spurious failure X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4706615d94de4291b16c700d3bbd4da37e7fcf1e;p=thirdparty%2Fautomake.git tests: subpkg-yacc.sh: fix post-merge spurious failure * t/subpkg-yacc.sh: Expect the 'compile' script to be immediately installed by "automake --add-missing", due to the presence of AC_PROG_CC in top-level 'configure.ac'. Signed-off-by: Stefano Lattarini --- diff --git a/t/subpkg-yacc.sh b/t/subpkg-yacc.sh index c0ab0f5a2..c46b7f1a2 100755 --- a/t/subpkg-yacc.sh +++ b/t/subpkg-yacc.sh @@ -114,14 +114,14 @@ $ACLOCAL $AUTOCONF $AUTOMAKE -test ! -f compile +test ! -f ylwrap cd lib $ACLOCAL $AUTOCONF $AUTOHEADER $AUTOMAKE --add-missing cd .. -test -f compile +test -f ylwrap ./configure