From dde92944f1d60ab5cb538b86f1249429885cdeb8 Mon Sep 17 00:00:00 2001 From: Alexandre Duret-Lutz Date: Mon, 19 Aug 2002 09:03:48 +0000 Subject: [PATCH] * tests/vtexi.test: Fix spurious failure introduced on 2002-07-30. --- ChangeLog | 4 ++++ tests/vtexi.test | 7 ++++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index d46a5415..e378f68f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2002-08-19 Alexandre Duret-Lutz + + * tests/vtexi.test: Fix spurious failure introduced on 2002-07-30. + 2002-08-17 Tom Tromey For PR automake/347: diff --git a/tests/vtexi.test b/tests/vtexi.test index b837ba98..cdda5cb9 100755 --- a/tests/vtexi.test +++ b/tests/vtexi.test @@ -26,16 +26,17 @@ $AUTOMAKE # textutils.info: textutils.texi # instead of # textutils.info: textutils.texi version.texi +# (Today this should be `textutils.info: version.texi') -grep '^textutils\.info: textutils\.texi .*version\.texi$' Makefile.in +grep '^textutils\.info:.*version\.texi$' Makefile.in # Test for bug reported by Lars Hecking: # When running the first version of configure.ac aware automake, # @CONFIGURE_AC@ was not properly substitued. -$EGREP '^\$\(srcdir\)/stamp-vti:.*textutils\.texi( .*)?$' Makefile.in -$EGREP '^\$\(srcdir\)/stamp-vti:.*\$\(top_srcdir\)/configure\.in( .*)?$' Makefile.in +$EGREP '^stamp-vti:.*textutils\.texi( .*)?$' Makefile.in +$EGREP '^stamp-vti:.*\$\(top_srcdir\)/configure\.in( .*)?$' Makefile.in # Check that the path to mdate-sh is correct. Over escaping of `$' -- 2.43.5