comparison tests/test-convert-svn-sink.t @ 15441:e0348815e806

tests: use 'hghave symlink' for tests using symlinks
author Mads Kiilerich <mads@kiilerich.com>
date Mon, 07 Nov 2011 03:14:54 +0100
parents 53f37b24f26a
children db0340f4b507
comparison
equal deleted inserted replaced
15440:9ab2b3b730ee 15441:e0348815e806
1 1 $ "$TESTDIR/hghave" svn13 no-outer-repo symlink || exit 80
2 $ "$TESTDIR/hghave" svn13 no-outer-repo || exit 80
3 2
4 $ fixpath() 3 $ fixpath()
5 > { 4 > {
6 > tr '\\' / 5 > tr '\\' /
7 > } 6 > }