aboutsummaryrefslogtreecommitdiff
path: root/tests/libtest/lib540.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/libtest/lib540.c')
-rw-r--r--tests/libtest/lib540.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/libtest/lib540.c b/tests/libtest/lib540.c
index 55457dd46..6647ab399 100644
--- a/tests/libtest/lib540.c
+++ b/tests/libtest/lib540.c
@@ -87,9 +87,7 @@ static int loop(CURLM *cm, const char* url, const char* userpwd,
while (U) {
- do {
- code = curl_multi_perform(cm, &U);
- } while (code == CURLM_CALL_MULTI_PERFORM);
+ code = curl_multi_perform(cm, &U);
if (U) {
FD_ZERO(&R);