Commit 30333e82 by Steven King Jr Committed by Edward Thomson

Update tests

parent 16210877
...@@ -45,6 +45,8 @@ void test_transport_register__custom_transport_ssh(void) ...@@ -45,6 +45,8 @@ void test_transport_register__custom_transport_ssh(void)
"ssh+git://somehost:somepath", "ssh+git://somehost:somepath",
"git+ssh://somehost:somepath", "git+ssh://somehost:somepath",
"git@somehost:somepath", "git@somehost:somepath",
"ssh://somehost:somepath%20with%20%spaces",
"ssh://somehost:somepath with spaces"
}; };
git_transport *transport; git_transport *transport;
unsigned i; unsigned i;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment