We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3840d2d + 681390b commit 76fdb06Copy full SHA for 76fdb06
t/t5813-proto-disable-ssh.sh
@@ -14,7 +14,7 @@ test_expect_success 'setup repository to clone' '
14
'
15
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"
+test_proto "ssh://" ssh "ssh://remote$PWD/remote/repo.git"
+test_proto "git+ssh://" ssh "git+ssh://remote$PWD/remote/repo.git"
19
20
test_done
0 commit comments