* tests/conffile-leading-dot.test: Relax grepping of 'config.status'
stderr, to cater for older autoconf.  Issue revealed by a failure
with autoconf 2.63 on Cygwin 1.5.25.
---
 tests/conffile-leading-dot.test |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/tests/conffile-leading-dot.test b/tests/conffile-leading-dot.test
index 382124e..bfe81b5 100755
--- a/tests/conffile-leading-dot.test
+++ b/tests/conffile-leading-dot.test
@@ -55,6 +55,6 @@ echo foo = bazbazbaz > Makefile.am
 # giving a bogus warning.
 $MAKE 2>stderr && { cat stderr >&2 Exit 1; }
 cat stderr >&2
-grep "config\\.status:.*invalid argument.*[\`\"']Makefile[\`\"']" stderr
+grep "config\\.status:.*invalid argument.*Makefile" stderr
 
 :
-- 
1.7.9


Reply via email to