From 4706615d94de4291b16c700d3bbd4da37e7fcf1e Mon Sep 17 00:00:00 2001 From: Stefano Lattarini Date: Sat, 12 Jan 2013 14:22:26 +0100 Subject: [PATCH] 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 --- t/subpkg-yacc.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.47.2