From: Charles Wilson Date: Mon, 26 Jul 2010 04:03:07 +0000 (-0400) Subject: Don't always skip XSI tests X-Git-Tag: v2.4~105 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=32a6c3b33c25177b206c0f618d7cf56c4cef4c86;p=thirdparty%2Flibtool.git Don't always skip XSI tests tests/getopt-m4sh.at: Use new signature as implemented by de8a0992b21b76a13c302cf48588ad5f6042595c, when determining whether to test Extended-shell functions. --- diff --git a/ChangeLog b/ChangeLog index d7aecc4b9..a5ef374c2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2010-07-26 Charles Wilson + + Don't always skip XSI tests + tests/getopt-m4sh.at: Use new signature as implemented by + de8a0992b21b76a13c302cf48588ad5f6042595c, when determining + whether to test Extended-shell functions. + 2010-07-18 Peter Rosin * tests/stresstest.at: Link with main.lo when liba is shared diff --git a/tests/getopt-m4sh.at b/tests/getopt-m4sh.at index b5f23fd71..ca5d5b8e6 100644 --- a/tests/getopt-m4sh.at +++ b/tests/getopt-m4sh.at @@ -100,7 +100,7 @@ AT_CLEANUP AT_SETUP([enhanced shell short option splitting]) # Don't bother with additional XSI checks unless functions were substituted -AT_CHECK([fgrep '# XSI func_split_short_opt' $abs_top_builddir/libtool >/dev/null 2>&1 || (exit 77)]) +AT_CHECK([fgrep '# Extended-shell func_split_short_opt' $abs_top_builddir/libtool >/dev/null 2>&1 || (exit 77)]) AT_DATA(expout, [[force verbose install @@ -134,7 +134,7 @@ AT_CLEANUP AT_SETUP([XSI long option splitting]) # Don't bother with additional XSI checks unless functions were substituted -AT_CHECK([fgrep '# XSI func_split_long_opt' $abs_top_builddir/libtool >/dev/null 2>&1 || (exit 77)]) +AT_CHECK([fgrep '# Extended-shell func_split_long_opt' $abs_top_builddir/libtool >/dev/null 2>&1 || (exit 77)]) AT_DATA(expout, [[ltdl=long @@ -171,7 +171,7 @@ AT_CLEANUP AT_SETUP([enhanced shell option appending]) # Don't bother with additional += check unless functions were substituted -AT_CHECK([fgrep '# XSI func_append ' $abs_top_builddir/libtool >/dev/null 2>&1 || (exit 77)]) +AT_CHECK([fgrep '# Extended-shell func_append ' $abs_top_builddir/libtool >/dev/null 2>&1 || (exit 77)]) AT_DATA(expout, [[first --append second