From: Stefano Lattarini Date: Mon, 23 Jul 2012 18:09:08 +0000 (+0200) Subject: [ng] tests: relax even more a grepping check on configure output X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3269af789a3b8103996abd28992bb55b1c2fe6fd;p=thirdparty%2Fautomake.git [ng] tests: relax even more a grepping check on configure output 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 --- diff --git a/t/subpkg.sh b/t/subpkg.sh index 9b9f7ebff..d3bbb44e4 100755 --- a/t/subpkg.sh +++ b/t/subpkg.sh @@ -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