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
17 test_expect_success 'skipping git-svn tests, svn not found' :
27 \$SVN::Core::VERSION gt '1.1.0' or exit(42);
28 system(qw/svnadmin create --fs-type fsfs/, '$svnrepo') == 0 or exit(41);
33 if test $x -eq 42; then
34 err='Perl SVN libraries must be >= 1.1.0'
35 elif test $x -eq 41; then
36 err='svnadmin failed to create fsfs repository'
38 err='Perl SVN libraries not found or unusable, skipping test'
40 test_expect_success "$err" :
46 svnrepo="file://$svnrepo"