[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[FYI] {master} tests: fix spurious failure with older autoconf
From: |
Stefano Lattarini |
Subject: |
[FYI] {master} tests: fix spurious failure with older autoconf |
Date: |
Thu, 16 Feb 2012 10:58:59 +0100 |
* 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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [FYI] {master} tests: fix spurious failure with older autoconf,
Stefano Lattarini <=