aboutsummaryrefslogtreecommitdiff
path: root/src/testcurl/test_quiesce.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/testcurl/test_quiesce.c')
-rw-r--r--src/testcurl/test_quiesce.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testcurl/test_quiesce.c b/src/testcurl/test_quiesce.c
index b78b3f4a..f074ffa7 100644
--- a/src/testcurl/test_quiesce.c
+++ b/src/testcurl/test_quiesce.c
@@ -338,7 +338,7 @@ testGet (int type, int pool_count, int poll_flag)
338 /* at this point, the forked server quit, and the new 338 /* at this point, the forked server quit, and the new
339 * server has quiesced, so new requests should fail 339 * server has quiesced, so new requests should fail
340 */ 340 */
341 if (CURLE_OK == (errornum = curl_easy_perform (c))) 341 if (CURLE_OK == curl_easy_perform (c))
342 { 342 {
343 fprintf (stderr, "curl_easy_perform should fail\n"); 343 fprintf (stderr, "curl_easy_perform should fail\n");
344 curl_easy_cleanup (c); 344 curl_easy_cleanup (c);