cosmetics: fix typo in a user-facing message in tests
authorStefano Lattarini <stefano.lattarini@gmail.com>
Sat, 2 Nov 2013 02:33:33 +0000 (02:33 +0000)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Sat, 2 Nov 2013 02:33:33 +0000 (02:33 +0000)
* t/lex-header.sh: A "skip" message in this test, precisely.

Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
t/lex-header.sh

index 0789af4..1ba81dd 100644 (file)
@@ -24,7 +24,7 @@ required='cc flex'
 # older flex versions don't support is (see automake bug#11524 and
 # bug#12836).  Skip this test if such an old flex version is detected.
 $LEX --help | grep '.*--header-file' \
-  || skip_ "flex doesn't support the --header-file' option"
+  || skip_ "flex doesn't support the '--header-file' option"
 
 cat >> configure.ac << 'END'
 AC_PROG_CC