diff tests/test-incoming-outgoing @ 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 83cfd95eafb5
children
line wrap: on
line diff
--- a/tests/test-incoming-outgoing	Sun Dec 24 22:28:01 2006 +0100
+++ b/tests/test-incoming-outgoing	Tue Dec 26 14:17:48 2006 +0100
@@ -32,7 +32,7 @@
 hg -R temp tip
 hg -R temp2 tip
 
-rm -rf temp temp2 new
+rm -r temp temp2 new
 
 # test outgoing
 hg clone test test-dev