diff tests/test-command-template @ 3988:9dcf9d45cab8

Don't use -f for rm in tests where not needed. Drop /bin/ from /bin/rm.
author Thomas Arendsen Hein <thomas@intevation.de>
date Tue, 26 Dec 2006 14:17:48 +0100
parents 031aac7ec584
children 3380eb6d7c32
line wrap: on
line diff
--- a/tests/test-command-template
+++ b/tests/test-command-template
@@ -61,7 +61,7 @@ echo 'changeset = q' >> t
 hg log --style ./t
 
 echo '# include works'
-rm -f q
+rm q
 echo '{rev}' > q
 hg log --style ./t