3 if test -n "$NO_SVN_TESTS"
5 test_expect_success
'skipping git-svn tests, NO_SVN_TESTS defined' :
10 perl
-e 'use SVN::Core; $SVN::Core::VERSION gt "1.1.0" or die' >/dev
/null
2>&1
13 test_expect_success
'Perl SVN libraries not found, skipping test' :
19 GIT_SVN_DIR
=$GIT_DIR/svn
/git-svn
20 SVN_TREE
=$GIT_SVN_DIR/svn-tree
22 svnadmin
>/dev
/null
2>&1
25 test_expect_success
'skipping git-svn tests, svnadmin not found' :
33 test_expect_success
'skipping git-svn tests, svn not found' :
42 if svnadmin create
--help |
grep fs-type
>/dev
/null
44 svnadmin create
--fs-type fsfs
"$svnrepo"
46 svnadmin create
"$svnrepo"
49 svnrepo
="file://$svnrepo"