Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
connect.c: allow ssh://user@[2001:db8::1]/repo.git
[gitweb.git]
/
t
/
t5601-clone.sh
diff --git
a/t/t5601-clone.sh
b/t/t5601-clone.sh
index e4f10c0f68b94bfa719c3d208f622541506c86b3..f901b8a7ab37ea5911c7d621d4904f8df8308e02 100755
(executable)
--- a/
t/t5601-clone.sh
+++ b/
t/t5601-clone.sh
@@
-326,7
+326,7
@@
test_expect_success !MINGW,!CYGWIN 'clone local path foo:bar' '
test_expect_success 'bracketed hostnames are still ssh' '
git clone "[myhost:123]:src" ssh-bracket-clone &&
- expect_ssh myhost
:123
src
+ expect_ssh myhost
'-p 123'
src
'
counter=0