Commit cdde081b by Dirkjan Bussink Committed by Edward Thomson

Use general cl_git_fail because the error is generic

parent 4e91020c
......@@ -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));
}
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