tests/test-issue322
changeset 3988 9dcf9d45cab8
parent 2953 3d5547845158
child 4659 7a7d4937272b
--- a/tests/test-issue322	Sun Dec 24 22:28:01 2006 +0100
+++ b/tests/test-issue322	Tue Dec 26 14:17:48 2006 +0100
@@ -24,7 +24,7 @@
 echo a > a/a
 hg commit -Ama
 
-rm -rf a
+rm -r a
 echo a > a
 
 echo % should fail - would corrupt dirstate
@@ -40,7 +40,7 @@
 mkdir b/c
 echo a > b/c/d
 hg commit -Ama
-rm -rf b
+rm -r b
 echo a > b
 
 echo % should fail - would corrupt dirstate