From ba5a89bec39d85b9033b9a2f7193221b7a2ba3db Mon Sep 17 00:00:00 2001 From: Stefano Lattarini Date: Thu, 16 Feb 2012 10:58:03 +0100 Subject: [PATCH] tests: fix spurious failure with older autoconf * 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 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/conffile-leading-dot.test b/tests/conffile-leading-dot.test index 382124e25..bfe81b5e0 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 : -- 2.47.2