tests/test-clone-failure
changeset 9329 567648eab1dd
parent 8167 6c82beaaa11a
equal deleted inserted replaced
9328:648d6a1a1cf2 9329:567648eab1dd
    60 hg clone c d 2> err
    60 hg clone c d 2> err
    61 echo $?
    61 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