mirror of
git://git.sv.gnu.org/autoconf
synced 2024-11-21 01:01:48 +08:00
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>
This commit is contained in:
parent
36b77d7db8
commit
247b02e5a5
@ -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...
|
||||
|
Loading…
Reference in New Issue
Block a user