Merge branch 'sb/submodule-path-misc-bugs' into maint
[gitweb.git] / t / t9117-git-svn-init-clone.sh
index 2ba003d4b061e5ab777e27feff3ad8fe1098cea3..69a675052e2099f278c98ddf8bba12658741fba4 100755 (executable)
@@ -119,7 +119,7 @@ test_expect_success 'clone with -s/-T/-b/-t and --prefix "" still works' '
        rm -f warning
        '
 
-test_expect_failure 'init with -T as a full url works' '
+test_expect_success 'init with -T as a full url works' '
        test ! -d project &&
        git svn init -T "$svnrepo"/project/trunk project &&
        rm -rf project