3 if test -n "$NO_SVN_TESTS"
5 test_expect_success 'skipping git-svn tests, NO_SVN_TESTS defined' :
11 GIT_SVN_DIR=$GIT_DIR/svn/git-svn
12 SVN_TREE=$GIT_SVN_DIR/svn-tree
14 svnadmin >/dev/null 2>&1
17 test_expect_success 'skipping git-svn tests, svnadmin not found' :
25 test_expect_success 'skipping git-svn tests, svn not found' :
34 if svnadmin create --help | grep fs-type >/dev/null
36 svnadmin create --fs-type fsfs "$svnrepo"
38 svnadmin create "$svnrepo"
41 svnrepo="file://$svnrepo/test-git-svn"