]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
tests: tighten a grepping check
authorStefano Lattarini <stefano.lattarini@gmail.com>
Wed, 19 Jun 2013 10:07:38 +0000 (12:07 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Wed, 19 Jun 2013 10:10:40 +0000 (12:10 +0200)
* t/yflags-force-override.sh: Here, by being sure to correctly
match an expected literal dot.

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

index 02ce5ea152c8bf121960ca973cc27ebedb7ec9ea..6e52b3238e798b6783eaf5c4e0e1db88515e2752 100644 (file)
@@ -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