aboutsummaryrefslogtreecommitdiff
path: root/src/mesh/test_mesh_small.c
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2011-11-25 10:52:19 +0000
committerBart Polot <bart@net.in.tum.de>2011-11-25 10:52:19 +0000
commit040f72230bfdd0940b3959123b3d45f0a99b71ae (patch)
tree022d9f7d615283cae32219ed04e476c4a1ca9cd7 /src/mesh/test_mesh_small.c
parent30af794cbf2a4153a7c27a82666836952eb59123 (diff)
downloadgnunet-040f72230bfdd0940b3959123b3d45f0a99b71ae.tar.gz
gnunet-040f72230bfdd0940b3959123b3d45f0a99b71ae.zip
- Fixed testcase evaluation condition
Diffstat (limited to 'src/mesh/test_mesh_small.c')
-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 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[])
900#if REMOVE_DIR 900#if REMOVE_DIR
901 GNUNET_DISK_directory_remove ("/tmp/test_mesh_small"); 901 GNUNET_DISK_directory_remove ("/tmp/test_mesh_small");
902#endif 902#endif
903 if (ok_goal < ok) 903 if (ok_goal > ok)
904 { 904 {
905 GNUNET_log (GNUNET_ERROR_TYPE_WARNING, 905 GNUNET_log (GNUNET_ERROR_TYPE_WARNING,
906 "***************** test: FAILED! (%d/%d)\n", ok, ok_goal); 906 "***************** test: FAILED! (%d/%d)\n", ok, ok_goal);