From: Bart Polot Date: Fri, 25 Nov 2011 10:52:19 +0000 (+0000) Subject: - Fixed testcase evaluation condition X-Git-Tag: initial-import-from-subversion-38251~15802 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=040f72230bfdd0940b3959123b3d45f0a99b71ae;p=oweals%2Fgnunet.git - Fixed testcase evaluation condition --- diff --git a/src/mesh/test_mesh_small.c b/src/mesh/test_mesh_small.c index 572ec8fc3..7a7bd0c42 100644 --- a/src/mesh/test_mesh_small.c +++ b/src/mesh/test_mesh_small.c @@ -900,7 +900,7 @@ main (int argc, char *argv[]) #if REMOVE_DIR GNUNET_DISK_directory_remove ("/tmp/test_mesh_small"); #endif - if (ok_goal < ok) + if (ok_goal > ok) { GNUNET_log (GNUNET_ERROR_TYPE_WARNING, "***************** test: FAILED! (%d/%d)\n", ok, ok_goal);