]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
[ng] tests: relax even more a grepping check on configure output
authorStefano Lattarini <stefano.lattarini@gmail.com>
Mon, 23 Jul 2012 18:09:08 +0000 (20:09 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Tue, 24 Jul 2012 08:36:58 +0000 (10:36 +0200)
This is a follow-up to today's commit v1.12.2-594-geee3aff.

* t/subpkg.sh: Here: don't be too picky about the verb declension
used in a "checking whether" message.

Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
t/subpkg.sh

index 9b9f7ebff95424e1848d8d8455b244c22ac99e5e..d3bbb44e48d1bf737b938cc5f995bcbce74728ce 100755 (executable)
@@ -107,8 +107,9 @@ cd ..
 
 ./configure >stdout || { cat stdout; exit 1; }
 cat stdout
-# Don't pretend to know the name or path of the C compiler.
-grep '^checking whether .* understands -c and -o together' stdout
+# Don't pretend to know the name or path of the C compiler.  Also,
+# don't be too picky about the verb declension.
+$EGREP '^checking whether .* understands? -c and -o together' stdout
 
 $MAKE
 $MAKE distcheck