]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
* tests/output11.test, tests/output12.test: Use rm -f.
authorAlexandre Duret-Lutz <adl@gnu.org>
Sat, 14 May 2005 19:03:40 +0000 (19:03 +0000)
committerAlexandre Duret-Lutz <adl@gnu.org>
Sat, 14 May 2005 19:03:40 +0000 (19:03 +0000)
ChangeLog
tests/output11.test
tests/output12.test

index 41a1a6b7437701fa71ed4020eff461fc67b3045c..2a5a0b9b6661e47c25d52ba8644d31a388d80852 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2005-05-14  Alexandre Duret-Lutz  <adl@gnu.org>
+
+       * tests/output11.test, tests/output12.test: Use rm -f.
+
 2005-04-25  Gary V. Vaughan  <gary@gnu.org>
            Alexandre Duret-Lutz  <adl@gnu.org>
 
index 023fda37853f7583d152695f3ecc91371e2fc23a..9a7765367f266e4c8c72bf05e3ddaa8458eebe15 100755 (executable)
@@ -64,6 +64,6 @@ $FGREP ' $file' Makefile.in sub/Makefile.in && exit 1
 ./configure
 $MAKE distcheck
 cd sub
-rm this
+rm -f this
 $MAKE this
 grep foo this
index 2e8b78593c779db64294143d974e3901e546e462..307df5e80b9da82582497ab535d3524b4434a77f 100755 (executable)
@@ -61,6 +61,6 @@ $AUTOMAKE
 ./configure
 $MAKE distcheck
 cd sub
-rm this
+rm -f this
 $MAKE this
 grep foo this