* tests/ltconv.test: s/rm/rm -f/ to placate maintainer-check.
authorAlexandre Duret-Lutz <adl@gnu.org>
Tue, 5 Aug 2003 19:44:00 +0000 (19:44 +0000)
committerAlexandre Duret-Lutz <adl@gnu.org>
Tue, 5 Aug 2003 19:44:00 +0000 (19:44 +0000)
ChangeLog
tests/ltconv.test

index 96a77ec..76e7367 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2003-08-05  Alexandre Duret-Lutz  <adl@gnu.org>
 
+       * tests/ltconv.test: s/rm/rm -f/ to placate maintainer-check.
+
        * automake.in (handle_texinfo_helper): Use the user definition
        of TEXINFO_TEX before checking for cygnus or AC_CONFIG_AUX_DIR.
        * tests/txinfo22.test: New file.
index a3f38ae..85b92a8 100755 (executable)
@@ -128,13 +128,13 @@ test -f sub2/sub21/libsub21.la
 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 @@ test ! -f ltconvtest
 
 $MAKE installcheck
 test -f installcheck-ok
-rm installcheck-ok
+rm -f installcheck-ok
 
 $MAKE uninstall
 find lib -type f -print > lib.lst