lib1500: remove bad check
authorDaniel Stenberg <daniel@haxx.se>
Thu, 6 Jun 2013 20:20:39 +0000 (22:20 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 6 Jun 2013 20:22:14 +0000 (22:22 +0200)
commit87cf677eca55abee88f0a9dced9e6fa570143873
tree2725332e4ba8015e952123026283c335808f2c9d
parent5657c56f6366ca3185a12d2810c66f081c6b57a2
lib1500: remove bad check

After curl_multi_wait() returns, this test checked that we got exactly
one file descriptor told to read from, but we cannot be sure that is
true. curl_multi_wait() will sometimes return earlier without any file
descriptor to handle, just just because it is a suitable time to call
*perform().

This problem showed up with commit 29bf0598.

Bug: http://curl.haxx.se/mail/lib-2013-06/0029.html
Reported-by: Fabian Keil
tests/libtest/lib1500.c