From 7a57be384d484aef09de08038769985f32935f2f Mon Sep 17 00:00:00 2001 From: Stefano Lattarini Date: Wed, 29 May 2013 11:31:25 +0200 Subject: [PATCH] tests: avoid a spurious failure when $CC != cc Fixes automake bug#14500. * t/subpkg.sh: Improve the grepping of configure output. Signed-off-by: Stefano Lattarini --- t/subpkg.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/subpkg.sh b/t/subpkg.sh index 1223b13a0..f15294331 100644 --- a/t/subpkg.sh +++ b/t/subpkg.sh @@ -104,7 +104,7 @@ cd .. ./configure >stdout || { cat stdout; exit 1; } cat stdout -grep '^checking whether cc understands -c and -o together' stdout +$FGREP "checking whether $CC understands -c and -o together" stdout $MAKE $MAKE distcheck -- 2.47.2