mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-06 17:20:22 +00:00
tests: don't verify SSH unsupported with GIT_SSH
This commit is contained in:
parent
5aee96329a
commit
0582ae6fde
@ -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)
|
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") );
|
cl_assert( !git_remote_supported_url("git@github.com:libgit2/libgit2.git") );
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
void test_network_remote_remotes__refspec_parsing(void)
|
void test_network_remote_remotes__refspec_parsing(void)
|
||||||
|
Loading…
Reference in New Issue
Block a user