summaryrefslogtreecommitdiff
path: root/t/lex-noyywrap.sh
diff options
context:
space:
mode:
authorStefano Lattarini <stefano.lattarini@gmail.com>2014-12-27 13:52:55 +0100
committerStefano Lattarini <stefano.lattarini@gmail.com>2014-12-27 15:33:04 +0100
commitc3da5a74ffef3cb177270b021c34bd4cd2bb80f5 (patch)
tree42c89cf9ab9142d8d8dd7e5afcb941bb4653a8d3 /t/lex-noyywrap.sh
parent6979c8e680b68dbc2b27b4db808cb037ba6aabb7 (diff)
downloadautomake-c3da5a74ffef3cb177270b021c34bd4cd2bb80f5.tar.gz
tests: avoid some spurious failures on AIX 7.1
* t/lex-noyywrap.sh: Here. * t/instmany-mans.sh: And here. * t/instmany-python.sh: And here. * t/instmany.sh: And here. * t/parallel-tests-concurrency.sh: And here. Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
Diffstat (limited to 't/lex-noyywrap.sh')
-rw-r--r--t/lex-noyywrap.sh7
1 files changed, 4 insertions, 3 deletions
diff --git a/t/lex-noyywrap.sh b/t/lex-noyywrap.sh
index 615a7fcdc..750f322b1 100644
--- a/t/lex-noyywrap.sh
+++ b/t/lex-noyywrap.sh
@@ -1,5 +1,5 @@
#! /bin/sh
-# Copyright (C) 1999-2013 Free Software Foundation, Inc.
+# Copyright (C) 1999-2014 Free Software Foundation, Inc.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -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'
: