Revert "Imported Upstream version 7.53.1"
[platform/upstream/curl.git] / tests / libtest / lib574.c
index a51cda0..9f9222b 100644 (file)
@@ -40,8 +40,7 @@ int test(char *URL)
     return TEST_ERR_MAJOR_BAD;
   }
 
-  curl = curl_easy_init();
-  if(!curl) {
+  if((curl = curl_easy_init()) == NULL) {
     fprintf(stderr, "curl_easy_init() failed\n");
     curl_global_cleanup();
     return TEST_ERR_MAJOR_BAD;