automake-patches
[Top][All Lists]
Advanced

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

FYI: ltconv.test: s/rm/rm -f/


From: Alexandre Duret-Lutz
Subject: FYI: ltconv.test: s/rm/rm -f/
Date: Tue, 05 Aug 2003 21:45:01 +0200
User-agent: Gnus/5.1002 (Gnus v5.10.2) Emacs/21.3 (gnu/linux)

I've installed this on HEAD and branch-1-7.

2003-08-05  Alexandre Duret-Lutz  <address@hidden>

        * tests/ltconv.test: s/rm/rm -f/ to placate maintainer-check.

Index: tests/ltconv.test
===================================================================
RCS file: /cvs/automake/automake/tests/ltconv.test,v
retrieving revision 1.1.2.1
diff -u -r1.1.2.1 ltconv.test
--- tests/ltconv.test   31 Jul 2003 20:28:17 -0000      1.1.2.1
+++ tests/ltconv.test   5 Aug 2003 19:43:31 -0000
@@ -128,13 +128,13 @@
 test -f sub2/sub22/libsub22.la
 $MAKE check
 test -f check-ok
-rm check-ok
+rm -f check-ok
 
 $MAKE install
 test -f lib/libtop.la
 $MAKE installcheck
 test -f installcheck-ok
-rm installcheck-ok
+rm -f installcheck-ok
 
 find empty -type f -print > empty.lst
 cat empty.lst
@@ -150,7 +150,7 @@
 
 $MAKE installcheck
 test -f installcheck-ok
-rm installcheck-ok
+rm -f installcheck-ok
 
 $MAKE uninstall
 find lib -type f -print > lib.lst

-- 
Alexandre Duret-Lutz





reply via email to

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