From: Gary V. Vaughan Date: Mon, 3 Nov 2014 06:25:03 +0000 (+0100) Subject: tests: avoid spurious test failure with libtool 2.4.3 X-Git-Tag: v2.69b~103 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=247b02e5a5bb79ca6666e91de02ae2d3cb0cd325;p=thirdparty%2Fautoconf.git 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 --- 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...