summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGary V. Vaughan <gary@gnu.org>2014-11-03 07:25:03 +0100
committerEric Blake <eblake@redhat.com>2014-11-03 07:25:03 +0100
commit247b02e5a5bb79ca6666e91de02ae2d3cb0cd325 (patch)
tree402fe31bd6591d746b619d0ea92de3ad5762f5aa
parent36b77d7db8371ef0e486e44a4ab0e7afb55bed6a (diff)
downloadautoconf-247b02e5a5bb79ca6666e91de02ae2d3cb0cd325.tar.gz
tests: avoid spurious test failure with libtool 2.4.3
Based on a report by Bruce Dubbs. * tests/foreign.at (Libtool): Be tolerant of 'quote' replacing the older `quote'. Signed-off-by: Eric Blake <eblake@redhat.com>
-rw-r--r--tests/foreign.at2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/foreign.at b/tests/foreign.at
index a9dc33c5..d4702cdf 100644
--- a/tests/foreign.at
+++ b/tests/foreign.at
@@ -57,7 +57,7 @@ AT_CHECK([./config.guess || exit 77], [], [ignore], [ignore])
# Make sure at-path contains something valid, and let the test suite
# display it when verbose. And fail, skipping would too easily hide
# problems.
-AT_CHECK([sed -n ["s,^.*\`\\(/[^']*\\)'.*,\\1,p"] stdout], [0], [stdout])
+AT_CHECK([sed -n ["s,^[^']*[\`']\\(/[^']*\\)'.*,\\1,p"] stdout], [0], [stdout])
AT_CHECK([test -f "`sed -n 1p stdout`"])
# Older libtoolize installed everything but install-sh...