diff options
author | Stefano Lattarini <stefano.lattarini@gmail.com> | 2013-11-02 02:33:33 +0000 |
---|---|---|
committer | Stefano Lattarini <stefano.lattarini@gmail.com> | 2013-11-02 02:33:33 +0000 |
commit | 16d8cb026a41d9344b1d0cf291b663fd48fa0f45 (patch) | |
tree | 09d4e696404af883fcf9e57d4be983eaa3b52d18 | |
parent | e5eb95ce956adc428b65414ebf28bb5b96d74b9f (diff) | |
download | automake-16d8cb026a41d9344b1d0cf291b663fd48fa0f45.tar.gz automake-16d8cb026a41d9344b1d0cf291b663fd48fa0f45.tar.bz2 automake-16d8cb026a41d9344b1d0cf291b663fd48fa0f45.zip |
cosmetics: fix typo in a user-facing message in tests
* t/lex-header.sh: A "skip" message in this test, precisely.
Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
-rw-r--r-- | t/lex-header.sh | 2 |
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 |