Fix spurious failures in tests on AC_CONFIG_AUX_DIR.
authorStefano Lattarini <stefano.lattarini@gmail.com>
Tue, 21 Dec 2010 00:31:50 +0000 (01:31 +0100)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Tue, 21 Dec 2010 00:31:50 +0000 (01:31 +0100)
* 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
tests/auxdir7.test
tests/auxdir8.test

index f18c0ff..86551ab 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2010-12-21  Stefano Lattarini  <stefano.lattarini@gmail.com>
+
+       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  <stefano.lattarini@gmail.com>
 
        Extended tests on AC_CONFIG_AUX_DIR.
index 67710b6..05fbb4d 100755 (executable)
@@ -39,8 +39,6 @@ END
 cp Makefile.am subdir/Makefile.am
 
 : > mkinstalldirs
-: > install-sh
-: > missing
 
 $ACLOCAL
 $AUTOMAKE
index 7d0c1ae..c3e57de 100755 (executable)
@@ -38,8 +38,6 @@ END
 cp Makefile.am subdir/Makefile.am
 
 : > mkinstalldirs
-: > install-sh
-: > missing
 
 $ACLOCAL
 $AUTOMAKE