tests/test-symlinks.t
changeset 18450 4f9a52858512
parent 17492 973c2b0b403c
child 18625 2cbd27f4f3c4
equal deleted inserted replaced
18449:20462259b92a 18450:4f9a52858512
    80   $ ln -s x/f ../z
    80   $ ln -s x/f ../z
    81 
    81 
    82 this should fail
    82 this should fail
    83 
    83 
    84   $ hg status ../z && { echo hg mistakenly exited with status 0; exit 1; } || :
    84   $ hg status ../z && { echo hg mistakenly exited with status 0; exit 1; } || :
    85   abort: ../z not under root
    85   abort: ../z not under root '$TESTTMP/x'
    86   $ cd ..
    86   $ cd ..
    87 
    87 
    88 
    88 
    89 == cloning symlinks ==
    89 == cloning symlinks ==
    90   $ hg init clone; cd clone;
    90   $ hg init clone; cd clone;