Mercurial > hg
diff tests/test-merge2 @ 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 | 7544700fd931 |
children |
line wrap: on
line diff
--- 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