diff tests/test-clone-failure @ 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 9c918287d10b
children 1b970cdab695
line wrap: on
line diff
--- a/tests/test-clone-failure
+++ b/tests/test-clone-failure
@@ -23,7 +23,7 @@ hg clone . ../a
 echo $?
 cd ..
 chmod 700 a
-rm -rf a b
+rm -r a b
 
 # Source of wrong type
 mkfifo a