From cb4cb9642cd8bf5c2af289ad6661f34ed459936d Mon Sep 17 00:00:00 2001 From: Derek Price Date: Tue, 1 Apr 2003 17:33:59 +0000 Subject: [PATCH] * tests/torture.at (Configuring subdirectories): Add missing close-quote for Akim's change from 3-28. --- ChangeLog | 5 +++++ tests/torture.at | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 35ac8a9e1..90c8b8bba 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2003-04-01 Derek Price + + * tests/torture.at (Configuring subdirectories): Add missing + close-quote for Akim's change from 3-28. + 2003-04-01 Akim Demaille * doc/autoconf.texi (ac, at, ms): Rename these indexes as... diff --git a/tests/torture.at b/tests/torture.at index d4c7cd9c7..ceb29f1dc 100644 --- a/tests/torture.at +++ b/tests/torture.at @@ -561,7 +561,7 @@ AT_KEYWORDS(autoreconf) # We use aclocal (via autoreconf). AT_CHECK([aclocal --version || exit 77], [], [stdout], [ignore]) # It should understand configure.ac. -AT_CHECK([[grep '1.[01234] stdout && exit 77]], [1], [ignore]) +AT_CHECK([[grep '1.[01234]' stdout && exit 77]], [1], [ignore]) # The contents of `inner/', and `inner/innermost/'. AS_MKDIR_P([inner/innermost]) -- 2.47.3