Mercurial > public > mercurial-scm > hg-stable
diff tests/test-issue322 @ 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 | 3d5547845158 |
children | 7a7d4937272b |
line wrap: on
line diff
--- 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