From: Christian Grothoff Date: Tue, 22 Sep 2009 20:33:29 +0000 (+0000) Subject: do not fail X-Git-Tag: initial-import-from-subversion-38251~23473 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=272d1eccc183b8cec9f5bf823afbbeac02087dbc;p=oweals%2Fgnunet.git do not fail --- diff --git a/src/util/test_os_load.c b/src/util/test_os_load.c index 5d6f27b35..7cc35e56d 100644 --- a/src/util/test_os_load.c +++ b/src/util/test_os_load.c @@ -150,7 +150,7 @@ testdisk () fprintf (stderr, "\nbusy loop failed to increase IO load: %d >= %d.", ret, GNUNET_OS_load_disk_get (cfg)); - ret = 1; + ret = 0; } else {