mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-11 04:28:26 +00:00
Use general cl_git_fail because the error is generic
This commit is contained in:
parent
4e91020c85
commit
cdde081b35
@ -42,6 +42,5 @@ void test_online_badssl__old_cipher(void)
|
||||
if (!g_has_ssl)
|
||||
cl_skip();
|
||||
|
||||
cl_git_fail_with(GIT_ERROR,
|
||||
git_clone(&g_repo, "https://rc4.badssl.com/fake.git", "./fake", NULL));
|
||||
cl_git_fail(git_clone(&g_repo, "https://rc4.badssl.com/fake.git", "./fake", NULL));
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user