]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
tests: avoid spurious test failure due to library mode on HP-UX.
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Thu, 2 Sep 2010 06:18:12 +0000 (08:18 +0200)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Thu, 2 Sep 2010 06:18:12 +0000 (08:18 +0200)
* tests/help.at (debug tracing): Use $lt_INSTALL not cp for
install mode, the latter will not overwrite an existing library
with mode 555.

Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
ChangeLog
tests/help.at

index 63d4b742b953f0c60fc16e86f31c49bff6c018a0..c895655bdf04a8ba7e17c37008ee436b1c8610f0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2010-09-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+
+       tests: avoid spurious test failure due to library mode on HP-UX.
+       * tests/help.at (debug tracing): Use $lt_INSTALL not cp for
+       install mode, the latter will not overwrite an existing library
+       with mode 555.
+
 2010-09-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
 
        tests: avoid spurious pic_flag test failure on HP-UX 10.20.
index c4eaa8765a730484f6fb602cd0681b76078cb947..0b60a0db3979230cb5246f24f5c493f92a5e5e72 100644 (file)
@@ -161,7 +161,7 @@ for trace in '' --debug; do
 
   # Hypothesis: --debug should be passed to relink mode if (and only if)
   # it was passed at link mode.
-  AT_CHECK([$orig_LIBTOOL --mode=install cp liba.la libb.la $libdir],
+  AT_CHECK([$orig_LIBTOOL --mode=install $lt_INSTALL liba.la libb.la $libdir],
           [], [stdout], [stderr])
   if grep ': relinking ' stdout stderr; then
     if test "X$trace" = X--debug; then