diff tests/test-bundle @ 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 b19360aa21e9
children f6f65a8d8ed3
line wrap: on
line diff
--- a/tests/test-bundle
+++ b/tests/test-bundle
@@ -38,7 +38,7 @@ hg --cwd empty pull ../full.hg
 hg -R empty rollback
 hg --cwd empty pull ../full.hg
 
-rm -rf empty
+rm -r empty
 hg init empty
 cd empty
 hg -R bundle://../full.hg log
@@ -49,7 +49,7 @@ echo 'changegroup = echo changegroup: u=
 hg pull bundle://../full.hg
 cd ..
 
-rm -rf empty
+rm -r empty
 hg init empty
 hg clone -r 3 test partial
 hg clone partial partial2