summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--t/lex-header.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/lex-header.sh b/t/lex-header.sh
index 0789af4ed..1ba81ddc8 100644
--- a/t/lex-header.sh
+++ b/t/lex-header.sh
@@ -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