1PATH=$PWD/../:$PATH2if test -d ../../../t3then4cd ../../../t5else6echo "Must be run in contrib/git-svn/t" >&27exit 18fi910. ./test-lib.sh1112GIT_DIR=$PWD/.git13GIT_SVN_DIR=$GIT_DIR/git-svn14SVN_TREE=$GIT_SVN_DIR/tree1516svnadmin >/dev/null 2>&117if test $? != 118then19test_expect_success 'skipping contrib/git-svn test' :20test_done21exit22fi2324svn >/dev/null 2>&125if test $? != 126then27test_expect_success 'skipping contrib/git-svn test' :28test_done29exit30fi3132svnrepo=$PWD/svnrepo3334set -e3536svnadmin create $svnrepo37svnrepo="file://$svnrepo/test-git-svn"3839