comparison tests/test-convert-svn-sink.t @ 15346:53f37b24f26a stable

tests: check for svn >= 1.3 and >= 1.5 in tests that require those versions
author Thomas Arendsen Hein <thomas@intevation.de>
date Sun, 23 Oct 2011 21:22:55 +0200
parents 1e9451476bf8
children e0348815e806
comparison
equal deleted inserted replaced
15345:6e3c560f2fd1 15346:53f37b24f26a
1 1
2 $ "$TESTDIR/hghave" svn no-outer-repo || exit 80 2 $ "$TESTDIR/hghave" svn13 no-outer-repo || exit 80
3 3
4 $ fixpath() 4 $ fixpath()
5 > { 5 > {
6 > tr '\\' / 6 > tr '\\' /
7 > } 7 > }