automake-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

FYI: `rm -f' in output11.test and output12.test


From: Alexandre Duret-Lutz
Subject: FYI: `rm -f' in output11.test and output12.test
Date: Sat, 14 May 2005 21:03:31 +0200
User-agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3.50 (gnu/linux)

I'm checking this in.

2005-05-14  Alexandre Duret-Lutz  <address@hidden>

        * 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

[Prev in Thread] Current Thread [Next in Thread]