Commit 63908cee by Vicent Martí

Merge pull request #1613 from schu/transport-ssh

tests: don't verify SSH unsupported with GIT_SSH
parents 5aee9632 0582ae6f
......@@ -100,7 +100,9 @@ void test_network_remote_remotes__supported_transport_methods_are_supported(void
void test_network_remote_remotes__unsupported_transport_methods_are_unsupported(void)
{
#ifndef GIT_SSH
cl_assert( !git_remote_supported_url("git@github.com:libgit2/libgit2.git") );
#endif
}
void test_network_remote_remotes__refspec_parsing(void)
......
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