summaryrefslogtreecommitdiff
path: root/tests/libtest/lib1565.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/libtest/lib1565.c')
-rw-r--r--tests/libtest/lib1565.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/libtest/lib1565.c b/tests/libtest/lib1565.c
index 24fff72d0..e4d1820cd 100644
--- a/tests/libtest/lib1565.c
+++ b/tests/libtest/lib1565.c
@@ -122,7 +122,7 @@ int test(char *URL)
abort_on_test_timeout();
- while((message = curl_multi_info_read(multi, &num)) != NULL) {
+ while((message = curl_multi_info_read(multi, &num))) {
if(message->msg == CURLMSG_DONE) {
res = message->data.result;
if(res)