Skip to content

Commit

Permalink
Merge branch 'dk/t5813-unc-paths' into maint
Browse files Browse the repository at this point in the history
Test portability fix for a topic in v2.6.1.

* dk/t5813-unc-paths:
  t5813: avoid creating urls that break on cygwin
  • Loading branch information
Jeff King committed Dec 1, 2015
2 parents 3840d2d + 681390b commit 76fdb06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions t/t5813-proto-disable-ssh.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ test_expect_success 'setup repository to clone' '
'

test_proto "host:path" ssh "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"
test_proto "ssh://" ssh "ssh://remote$PWD/remote/repo.git"
test_proto "git+ssh://" ssh "git+ssh://remote$PWD/remote/repo.git"

test_done

0 comments on commit 76fdb06

Please sign in to comment.