]> git.ipfire.org Git - thirdparty/git.git/blobdiff - t/t9117-git-svn-init-clone.sh
git-svn: fix URL canonicalization during init w/ SVN 1.7+
[thirdparty/git.git] / t / t9117-git-svn-init-clone.sh
index a66f43c6b1a2d9194f87a17e1758f24018cf8b1b..69a675052e2099f278c98ddf8bba12658741fba4 100755 (executable)
@@ -119,4 +119,10 @@ test_expect_success 'clone with -s/-T/-b/-t and --prefix "" still works' '
        rm -f warning
        '
 
+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
+       '
+
 test_done