mirror of
https://github.com/moparisthebest/curl
synced 2024-11-16 14:35:03 -05:00
parent
5ada900458
commit
d00aa703f4
@ -46,6 +46,8 @@ UNITTEST_START
|
|||||||
bool protocol_connect = FALSE;
|
bool protocol_connect = FALSE;
|
||||||
|
|
||||||
rc = Curl_open(&empty);
|
rc = Curl_open(&empty);
|
||||||
|
if(rc)
|
||||||
|
goto unit_test_abort;
|
||||||
fail_unless(rc == CURLE_OK, "Curl_open() failed");
|
fail_unless(rc == CURLE_OK, "Curl_open() failed");
|
||||||
|
|
||||||
rc = Curl_connect(empty, &async, &protocol_connect);
|
rc = Curl_connect(empty, &async, &protocol_connect);
|
||||||
|
Loading…
Reference in New Issue
Block a user