This commit is contained in:
Bert Belder 2011-04-15 19:38:29 +02:00
parent 57cc0efd86
commit 1ce1f82ca3

View File

@ -40,7 +40,7 @@ TEST_IMPL(timeout) {
oio_req_init(req, NULL, timeout_cb);
if (oio_timeout(req, i * 50) < 1)
if (oio_timeout(req, i * 50) < 0)
FATAL(oio_timeout failed)
expected++;