From: Alexandre Duret-Lutz Date: Sat, 14 May 2005 19:03:40 +0000 (+0000) Subject: * tests/output11.test, tests/output12.test: Use rm -f. X-Git-Tag: Release-1-9b~157 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a3a8395b7c2a35e57590392d350421bfe1a30664;p=thirdparty%2Fautomake.git * tests/output11.test, tests/output12.test: Use rm -f. --- diff --git a/ChangeLog b/ChangeLog index 41a1a6b74..2a5a0b9b6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2005-05-14 Alexandre Duret-Lutz + + * tests/output11.test, tests/output12.test: Use rm -f. + 2005-04-25 Gary V. Vaughan Alexandre Duret-Lutz diff --git a/tests/output11.test b/tests/output11.test index 023fda378..9a7765367 100755 --- a/tests/output11.test +++ b/tests/output11.test @@ -64,6 +64,6 @@ $FGREP ' $file' Makefile.in sub/Makefile.in && exit 1 ./configure $MAKE distcheck cd sub -rm this +rm -f this $MAKE this grep foo this diff --git a/tests/output12.test b/tests/output12.test index 2e8b78593..307df5e80 100755 --- a/tests/output12.test +++ b/tests/output12.test @@ -61,6 +61,6 @@ $AUTOMAKE ./configure $MAKE distcheck cd sub -rm this +rm -f this $MAKE this grep foo this