summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharles Wilson <libtool@cwilson.fastmail.fm>2010-07-26 00:03:07 -0400
committerCharles Wilson <libtool@cwilson.fastmail.fm>2010-07-26 20:32:20 -0400
commit32a6c3b33c25177b206c0f618d7cf56c4cef4c86 (patch)
treea98e2e4764e1e64b7fbbd6cc244fb7177a39fdbd
parent0e01d00c70fe1eba2b746a6bb52e3c9277a4f1ef (diff)
downloadlibtool-32a6c3b33c25177b206c0f618d7cf56c4cef4c86.tar.gz
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.
-rw-r--r--ChangeLog7
-rw-r--r--tests/getopt-m4sh.at6
2 files changed, 10 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index d7aecc4b..a5ef374c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2010-07-26 Charles Wilson <libtool@cwilson.fastmail.fm>
+
+ 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 <peda@lysator.liu.se>
* tests/stresstest.at: Link with main.lo when liba is shared
diff --git a/tests/getopt-m4sh.at b/tests/getopt-m4sh.at
index b5f23fd7..ca5d5b8e 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