##// END OF EJS Templates
test-clone-failure: reenable perm to allow deletion
Simon Heimberg -
r9329:567648ea default
parent child Browse files
Show More
@@ -62,4 +62,7 b' echo $?'
62 test -d d && echo "dir is still here" || echo "dir is gone"
62 test -d d && echo "dir is still here" || echo "dir is gone"
63 test -d d/.hg && echo "repo is still here" || echo "repo is gone"
63 test -d d/.hg && echo "repo is still here" || echo "repo is gone"
64
64
65 # reenable perm to allow deletion
66 chmod +rx c/.hg/store/data
67
65 true
68 true
General Comments 0
You need to be logged in to leave comments. Login now