diff tests/test-mq-caches @ 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 89820e9b94f2
children a7af0eeae8a3
line wrap: on
line diff
--- a/tests/test-mq-caches
+++ b/tests/test-mq-caches
@@ -61,7 +61,7 @@ show_branch_cache 1
 
 echo
 echo '# removing the cache'
-rm -f .hg/branches.cache
+rm .hg/branches.cache
 show_branch_cache 1
 
 echo