I'm checking this in.

2005-05-14  Alexandre Duret-Lutz  <[EMAIL PROTECTED]>

        * tests/output11.test, tests/output12.test: Use rm -f.

Index: tests/output11.test
===================================================================
RCS file: /cvs/automake/automake/tests/output11.test,v
retrieving revision 1.1
diff -u -r1.1 output11.test
--- tests/output11.test 1 Jan 2005 17:19:14 -0000       1.1
+++ tests/output11.test 14 May 2005 19:02:51 -0000
@@ -64,6 +64,6 @@
 ./configure
 $MAKE distcheck
 cd sub
-rm this
+rm -f this
 $MAKE this
 grep foo this
Index: tests/output12.test
===================================================================
RCS file: /cvs/automake/automake/tests/output12.test,v
retrieving revision 1.1
diff -u -r1.1 output12.test
--- tests/output12.test 1 Jan 2005 17:17:00 -0000       1.1
+++ tests/output12.test 14 May 2005 19:02:51 -0000
@@ -61,6 +61,6 @@
 ./configure
 $MAKE distcheck
 cd sub
-rm this
+rm -f this
 $MAKE this
 grep foo this

-- 
Alexandre Duret-Lutz



Reply via email to