From fb48e2050b558c908c7740d1c4f20fd17fdf7fe6 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Sun, 26 Jun 2011 23:12:08 +0200 Subject: libtests: stop checking for CURLM_CALL_MULTI_PERFORM CURLM_CALL_MULTI_PERFORM stopped being a valid return code from curl_multi_perform back in 7.20.0. All the libcurl tests are ajusted to this and no longer check for this return code. Makes them simpler. --- tests/libtest/lib536.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'tests/libtest/lib536.c') diff --git a/tests/libtest/lib536.c b/tests/libtest/lib536.c index dca880cea..7e81351c9 100644 --- a/tests/libtest/lib536.c +++ b/tests/libtest/lib536.c @@ -59,8 +59,6 @@ static CURLMcode perform(CURLM * multi) switch (code) { case CURLM_OK: break; - case CURLM_CALL_MULTI_PERFORM: - continue; default: return code; } -- cgit v1.2.3