aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/mesh/test_mesh_small.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesh/test_mesh_small.c b/src/mesh/test_mesh_small.c
index 42390e1a6..54c5eb45f 100644
--- a/src/mesh/test_mesh_small.c
+++ b/src/mesh/test_mesh_small.c
@@ -904,7 +904,7 @@ main (int argc, char *argv[])
904#if REMOVE_DIR 904#if REMOVE_DIR
905 GNUNET_DISK_directory_remove ("/tmp/test_mesh_small"); 905 GNUNET_DISK_directory_remove ("/tmp/test_mesh_small");
906#endif 906#endif
907 if (ok_goal != ok) 907 if (ok_goal < ok)
908 { 908 {
909 GNUNET_log (GNUNET_ERROR_TYPE_WARNING, 909 GNUNET_log (GNUNET_ERROR_TYPE_WARNING,
910 "***************** test: FAILED! (%d/%d)\n", ok, ok_goal); 910 "***************** test: FAILED! (%d/%d)\n", ok, ok_goal);