comparison tests/test-subrepo-svn.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 e174353e8cda
children 695ac6aca77f
comparison
equal deleted inserted replaced
15345:6e3c560f2fd1 15346:53f37b24f26a
1 $ "$TESTDIR/hghave" svn || exit 80 1 $ "$TESTDIR/hghave" svn15 || exit 80
2 2
3 $ fix_path() 3 $ fix_path()
4 > { 4 > {
5 > tr '\\' / 5 > tr '\\' /
6 > } 6 > }