From 3269af789a3b8103996abd28992bb55b1c2fe6fd Mon Sep 17 00:00:00 2001 From: Stefano Lattarini Date: Mon, 23 Jul 2012 20:09:08 +0200 Subject: [PATCH] [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 --- t/subpkg.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 -- 2.47.2