6 echo "Must be run in contrib/git-svn/t" >&2
13 GIT_SVN_DIR=$GIT_DIR/svn/git-svn
14 SVN_TREE=$GIT_SVN_DIR/svn-tree
16 svnadmin >/dev/null 2>&1
19 test_expect_success 'skipping contrib/git-svn test' :
27 test_expect_success 'skipping contrib/git-svn test' :
36 if svnadmin create --help | grep fs-type >/dev/null
38 svnadmin create --fs-type fsfs "$svnrepo"
40 svnadmin create "$svnrepo"
43 svnrepo="file://$svnrepo/test-git-svn"