comparison tests/test-no-symlinks @ 5143:fc6106267198

Hide absolute path from test-no-symlinks output. And add missing eol and remove trailing space which where introduced by the patches adding this test.
author Thomas Arendsen Hein <thomas@intevation.de>
date Sat, 11 Aug 2007 12:36:04 +0200
parents 9b5ae133bd5a
children
comparison
equal deleted inserted replaced
5135:bf60e4bd6672 5143: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