From 9dd6d5f97d83bedcb33817ac2b64a0424d567385 Mon Sep 17 00:00:00 2001 From: Stefano Lattarini Date: Wed, 19 Jun 2013 12:07:38 +0200 Subject: [PATCH] tests: tighten a grepping check * t/yflags-force-override.sh: Here, by being sure to correctly match an expected literal dot. Signed-off-by: Stefano Lattarini --- t/yflags-force-override.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/yflags-force-override.sh b/t/yflags-force-override.sh index 02ce5ea15..6e52b3238 100644 --- a/t/yflags-force-override.sh +++ b/t/yflags-force-override.sh @@ -48,7 +48,7 @@ $ACLOCAL $AUTOMAKE -a -Wno-gnu $EGREP '(foo|YFLAGS)' Makefile.in # For debugging. -grep '^foo.h *:' Makefile.in +grep '^foo\.h *:' Makefile.in $AUTOCONF ./configure -- 2.47.2