From: Scott James Remnant Date: Thu, 6 Nov 2003 17:26:24 +0000 (+0000) Subject: * tests/demo-nopic.test: Skip test on hppa, which don't like X-Git-Tag: release-1-9b~271 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5c05f55cde8a4e9510f733122917d5e482614236;p=thirdparty%2Flibtool.git * tests/demo-nopic.test: Skip test on hppa, which don't like non-PIC shared libraries. --- diff --git a/ChangeLog b/ChangeLog index 7e6f9edba..104ea5c93 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2003-10-31 Scott James Remnant + + * tests/demo-nopic.test: Skip test on hppa, which don't like + non-PIC shared libraries. + 2003-11-06 Charles Wilson * tests/depdemo/configure.ac, tests/mdemo/configure.ac, diff --git a/tests/demo-nopic.test b/tests/demo-nopic.test index c31e18116..85bcf269b 100755 --- a/tests/demo-nopic.test +++ b/tests/demo-nopic.test @@ -27,6 +27,12 @@ if test -z "$srcdir"; then fi . $srcdir/defs || exit 1 +case "$host" in +hppa*) + func_skip "HPPA doesn't like non-PIC shared libs" + ;; +esac + func_rmprefixdir func_cd "demo" func_make_distclean