From a5a1e7f88b68b4513c12d23051ca84add3c30791 Mon Sep 17 00:00:00 2001 From: Stefano Lattarini Date: Tue, 21 Dec 2010 01:31:50 +0100 Subject: [PATCH] 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 + + 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 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 -- 2.7.4