tests: don't verify SSH unsupported with GIT_SSH

This commit is contained in:
Michael Schubert 2013-05-21 13:56:40 +02:00
parent 5aee96329a
commit 0582ae6fde

View File

@ -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)