Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
rev-parse: respect core.hooksPath in --git-path
[gitweb.git]
/
t
/
t9117-git-svn-init-clone.sh
diff --git
a/t/t9117-git-svn-init-clone.sh
b/t/t9117-git-svn-init-clone.sh
index a66f43c6b1a2d9194f87a17e1758f24018cf8b1b..69a675052e2099f278c98ddf8bba12658741fba4 100755
(executable)
--- a/
t/t9117-git-svn-init-clone.sh
+++ b/
t/t9117-git-svn-init-clone.sh
@@
-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