Commit c577efbb by Dirkjan Bussink

Use general cl_git_fail because the error is generic

parent 8f4cbc76
...@@ -42,6 +42,5 @@ void test_online_badssl__old_cipher(void) ...@@ -42,6 +42,5 @@ void test_online_badssl__old_cipher(void)
if (!g_has_ssl) if (!g_has_ssl)
cl_skip(); cl_skip();
cl_git_fail_with(GIT_ERROR, cl_git_fail(git_clone(&g_repo, "https://rc4.badssl.com/fake.git", "./fake", NULL));
git_clone(&g_repo, "https://rc4.badssl.com/fake.git", "./fake", NULL));
} }
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