]> sourceware.org Git - automake.git/commitdiff
* tests/compile.test: Fix rm usage.
authorAlexandre Duret-Lutz <adl@gnu.org>
Sun, 19 Sep 2004 21:42:09 +0000 (21:42 +0000)
committerAlexandre Duret-Lutz <adl@gnu.org>
Sun, 19 Sep 2004 21:42:09 +0000 (21:42 +0000)
ChangeLog
tests/compile.test

index 774b5f2caf5a78d9cadb5a6359cd48d345707352..af8b247a84f6c7aa8927db33a733623e61c69bbc 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2004-09-19  Alexandre Duret-Lutz  <adl@gnu.org>
 
+       * tests/compile.test: Fix rm usage.
+
        * INSTALL, lib/INSTALL, lib/config.sub, lib/config.guess,
        lib/texinfo.tex: New upstream versions.
 
index 1c78a71d080ee8cf886197d7e52deb3fbb8fbfc9..ee435f3688d252b98ba6670a9137191019abac73 100755 (executable)
@@ -34,7 +34,7 @@ test -f ./-o
 test -f a.o
 test -f a.c
 
-rm 'a c' ./-o a.o a.c
+rm -f 'a c' ./-o a.o a.c
 
 ./compile touch a.o -- -o 'a c.o' a.c
 test -f 'a c.o'
This page took 0.034612 seconds and 5 git commands to generate.