git-svn: svn (command-line) 1.0.x compatibility
[gitweb.git] / contrib / git-svn / t / lib-git-svn.sh
index a98e9d164dd603f8fc00e216798bc4ecbf48e934..2843258fc478d9d18d563aa6ac3428e73e431f53 100644 (file)
@@ -10,8 +10,8 @@ fi
 . ./test-lib.sh
 
 GIT_DIR=$PWD/.git
-GIT_SVN_DIR=$GIT_DIR/git-svn
-SVN_TREE=$GIT_SVN_DIR/tree
+GIT_SVN_DIR=$GIT_DIR/svn/git-svn
+SVN_TREE=$GIT_SVN_DIR/svn-tree
 
 svnadmin >/dev/null 2>&1
 if test $? != 1