3 test_description
='test disabling of git-over-ssh in clone/fetch'
5 .
"$TEST_DIRECTORY/lib-proto-disable.sh"
9 test_expect_success
'setup repository to clone' '
12 git init --bare remote/repo.git &&
13 git push remote/repo.git HEAD
16 test_proto
"host:path" ssh "remote:repo.git"
17 test_proto
"ssh://" ssh "ssh://remote$PWD/remote/repo.git"
18 test_proto
"git+ssh://" ssh "git+ssh://remote$PWD/remote/repo.git"