comparison tests/test-convert-svn-sink.t @ 15442:db0340f4b507

tests: use 'hghave execbit' for tests that manipulate x bit in file system
author Mads Kiilerich <mads@kiilerich.com>
date Mon, 07 Nov 2011 03:14:54 +0100
parents e0348815e806
children 2371f4aea665
comparison
equal deleted inserted replaced
15441:e0348815e806 15442:db0340f4b507
1 $ "$TESTDIR/hghave" svn13 no-outer-repo symlink || exit 80 1 $ "$TESTDIR/hghave" svn13 no-outer-repo symlink execbit || exit 80
2 2
3 $ fixpath() 3 $ fixpath()
4 > { 4 > {
5 > tr '\\' / 5 > tr '\\' /
6 > } 6 > }