Skip to content

Commit 76fdb06

Browse files
committed
Merge branch 'dk/t5813-unc-paths' into maint
Test portability fix for a topic in v2.6.1. * dk/t5813-unc-paths: t5813: avoid creating urls that break on cygwin
2 parents 3840d2d + 681390b commit 76fdb06

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

t/t5813-proto-disable-ssh.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ test_expect_success 'setup repository to clone' '
1414
'
1515

1616
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"
17+
test_proto "ssh://" ssh "ssh://remote$PWD/remote/repo.git"
18+
test_proto "git+ssh://" ssh "git+ssh://remote$PWD/remote/repo.git"
1919

2020
test_done

0 commit comments

Comments
 (0)