aboutsummaryrefslogtreecommitdiff
path: root/src/mesh/test_mesh_small.c
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2011-11-14 14:04:31 +0000
committerBart Polot <bart@net.in.tum.de>2011-11-14 14:04:31 +0000
commit5fb228f43f4d1d519209827dc6674c95d3d4a517 (patch)
treeab4f3b2ce5e9057379cedbe513846017daed7165 /src/mesh/test_mesh_small.c
parent319ec3f43630665e878c3e33bef9596bae0ba87b (diff)
downloadgnunet-5fb228f43f4d1d519209827dc6674c95d3d4a517.tar.gz
gnunet-5fb228f43f4d1d519209827dc6674c95d3d4a517.zip
Temporal fix: Don't fail when peers reconnect on a better path
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 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);