automake-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[FYI] Fix spurious failures in tests on AC_CONFIG_AUX_DIR.


From: Stefano Lattarini
Subject: [FYI] Fix spurious failures in tests on AC_CONFIG_AUX_DIR.
Date: Tue, 21 Dec 2010 01:40:44 +0100
User-agent: KMail/1.13.3 (Linux/2.6.30-2-686; KDE/4.4.4; i686; ; )

Bug-fixing patch installed to temporary branch 'auxdir-test',
merged to master, and pushed.  Bug introduced by my own commit
v1.11-249-g49ac3de "Extended tests on AC_CONFIG_AUX_DIR.".

Sorry for the noise,
   Stefano

-*-*-*-

Fix spurious failures in tests on AC_CONFIG_AUX_DIR.

* tests/auxdir7.test: Do not try to needlessly overwrite the files
`install-sh' and `missing'.  This avoid spurious failures in "make
distcheck", when those files might be copied as read-only from the
`lib' directory.
* tests/auxdir8.test: Likewise.
---
 ChangeLog          |    9 +++++++++
 tests/auxdir7.test |    2 --
 tests/auxdir8.test |    2 --
 3 files changed, 9 insertions(+), 4 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index f18c0ff..86551ab 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2010-12-21  Stefano Lattarini  <address@hidden>
+
+       Fix spurious failures in tests on AC_CONFIG_AUX_DIR.
+       * tests/auxdir7.test: Do not try to needlessly overwrite the files
+       `install-sh' and `missing'.  This avoid spurious failures in "make
+       distcheck", when those files might be copied as read-only from the
+       `lib' directory.
+       * tests/auxdir8.test: Likewise.
+
 2010-12-15  Stefano Lattarini  <address@hidden>
 
        Extended tests on AC_CONFIG_AUX_DIR.
diff --git a/tests/auxdir7.test b/tests/auxdir7.test
index 67710b6..05fbb4d 100755
--- a/tests/auxdir7.test
+++ b/tests/auxdir7.test
@@ -39,8 +39,6 @@ END
 cp Makefile.am subdir/Makefile.am
 
 : > mkinstalldirs
-: > install-sh
-: > missing
 
 $ACLOCAL
 $AUTOMAKE
diff --git a/tests/auxdir8.test b/tests/auxdir8.test
index 7d0c1ae..c3e57de 100755
--- a/tests/auxdir8.test
+++ b/tests/auxdir8.test
@@ -38,8 +38,6 @@ END
 cp Makefile.am subdir/Makefile.am
 
 : > mkinstalldirs
-: > install-sh
-: > missing
 
 $ACLOCAL
 $AUTOMAKE
-- 
1.7.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]