Mercurial > hg
changeset 9329:567648eab1dd
test-clone-failure: reenable perm to allow deletion
author | Simon Heimberg <simohe@besonet.ch> |
---|---|
date | Fri, 07 Aug 2009 21:15:01 +0200 |
parents | 648d6a1a1cf2 |
children | be2a13153372 |
files | tests/test-clone-failure |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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