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 SVN::Repos::create('$svnrepo', undef, undef, undef,
29 { 'fs-config' => 'fsfs'});
34 if test $x -eq 42; then
35 err
='Perl SVN libraries must be >= 1.1.0'
37 err
='Perl SVN libraries not found or unusable, skipping test'
39 test_expect_success
"$err" :
44 svnrepo
="file://$svnrepo"