tests/test-merge2
changeset 3988 9dcf9d45cab8
parent 1933 7544700fd931
--- a/tests/test-merge2	Sun Dec 24 22:28:01 2006 +0100
+++ b/tests/test-merge2	Tue Dec 26 14:17:48 2006 +0100
@@ -14,7 +14,7 @@
 echo This is file b2 > b
 hg add b
 hg commit -m "commit #2" -d "1000000 0"
-cd ..; /bin/rm -rf t
+cd ..; rm -r t
 
 mkdir t
 cd t
@@ -29,7 +29,7 @@
 hg update 0
 echo This is file b2 > b
 hg commit -A -m "commit #2" -d "1000000 0"
-cd ..; /bin/rm -rf t
+cd ..; rm -r t
 
 mkdir t
 cd t
@@ -45,4 +45,3 @@
 hg update 0
 echo This is file b2 > b
 hg commit -A -m "commit #2" -d "1000000 0"
-cd ..; /bin/rm -rf t