summaryrefslogtreecommitdiff
path: root/t/lex-noyywrap.sh
diff options
context:
space:
mode:
authorStefano Lattarini <stefano.lattarini@gmail.com>2014-12-27 18:41:56 +0100
committerStefano Lattarini <stefano.lattarini@gmail.com>2014-12-27 18:41:56 +0100
commit50ae952fcbe12a086ef6bec7f4f2e46326e7b03d (patch)
tree9ed740c6c17b94072501f6d20094a95b9b7b7a2e /t/lex-noyywrap.sh
parentc24233d4194639cf2f87ceee162b0f0525ecdbd3 (diff)
parent047e0cf6a836fc83a5ba335bf8eebd4fe354af0b (diff)
downloadautomake-50ae952fcbe12a086ef6bec7f4f2e46326e7b03d.tar.gz
Merge branch 'minor'
* minor: tests: fix spurious failure in test on TEXINFO_TEX overriding tests: avoid some spurious failures on AIX 7.1
Diffstat (limited to 't/lex-noyywrap.sh')
-rw-r--r--t/lex-noyywrap.sh5
1 files changed, 3 insertions, 2 deletions
diff --git a/t/lex-noyywrap.sh b/t/lex-noyywrap.sh
index 4fe85e52b..750f322b1 100644
--- a/t/lex-noyywrap.sh
+++ b/t/lex-noyywrap.sh
@@ -69,7 +69,8 @@ if ! cross_compiling; then
: For shells with busted 'set -e'.
fi
-# Sanity check on distribution.
-yl_distcheck DISTCHECK_CONFIGURE_FLAGS='LEXLIB="none needed"'
+# Sanity check on distribution. Escape in LEXLIB must use backspace,
+# not double-quotes, to avoid a spurious failure with AIX make.
+yl_distcheck DISTCHECK_CONFIGURE_FLAGS='LEXLIB=none\ needed'
: