tests/test-no-symlinks
changeset 5091 fc6106267198
parent 5089 9b5ae133bd5a
equal deleted inserted replaced
5090:bf60e4bd6672 5091:fc6106267198
    16 
    16 
    17 # Extract a symlink on a platform not supporting them
    17 # Extract a symlink on a platform not supporting them
    18 echo % unbundle
    18 echo % unbundle
    19 hg init t
    19 hg init t
    20 cd t
    20 cd t
    21 hg pull "$TESTDIR/test-no-symlinks.hg"
    21 hg pull -q "$TESTDIR/test-no-symlinks.hg"
    22 hg update
    22 hg update
    23 
    23 
    24 cat a.lnk && echo
    24 cat a.lnk && echo
    25 cat d/b.lnk && echo
    25 cat d/b.lnk && echo
    26 
    26