From 040f72230bfdd0940b3959123b3d45f0a99b71ae Mon Sep 17 00:00:00 2001 From: Bart Polot Date: Fri, 25 Nov 2011 10:52:19 +0000 Subject: [PATCH] - Fixed testcase evaluation condition --- src/mesh/test_mesh_small.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.25.1