test-clone-failure: reenable perm to allow deletion
authorSimon Heimberg <simohe@besonet.ch>
Fri, 07 Aug 2009 21:15:01 +0200
changeset 9329 567648eab1dd
parent 9328 648d6a1a1cf2
child 9330 be2a13153372
test-clone-failure: reenable perm to allow deletion
tests/test-clone-failure
--- a/tests/test-clone-failure	Fri Aug 07 19:27:54 2009 -0700
+++ b/tests/test-clone-failure	Fri Aug 07 21:15:01 2009 +0200
@@ -62,4 +62,7 @@
 test -d d && echo "dir is still here" || echo "dir is gone"
 test -d d/.hg && echo "repo is still here" || echo "repo is gone"
 
+# reenable perm to allow deletion
+chmod +rx c/.hg/store/data
+
 true