aboutsummaryrefslogtreecommitdiff
path: root/src/peerinfo
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-12-21 13:57:33 +0000
committerChristian Grothoff <christian@grothoff.org>2010-12-21 13:57:33 +0000
commit4f3bd75594cd4f674a322cae0ac3cdc89f7bde61 (patch)
tree0e977b11358e65679aedf824bca7d3af383e4973 /src/peerinfo
parent6e8b8f6481dcbd0e2d1f90107fb296fc1867eb13 (diff)
downloadgnunet-4f3bd75594cd4f674a322cae0ac3cdc89f7bde61.tar.gz
gnunet-4f3bd75594cd4f674a322cae0ac3cdc89f7bde61.zip
fix
Diffstat (limited to 'src/peerinfo')
-rw-r--r--src/peerinfo/test_peerinfo_api.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/peerinfo/test_peerinfo_api.c b/src/peerinfo/test_peerinfo_api.c
index fdd0dc460..4030820d7 100644
--- a/src/peerinfo/test_peerinfo_api.c
+++ b/src/peerinfo/test_peerinfo_api.c
@@ -179,6 +179,7 @@ check ()
179 "-L", "DEBUG", 179 "-L", "DEBUG",
180#endif 180#endif
181 "-c", "test_peerinfo_api_data.conf", NULL); 181 "-c", "test_peerinfo_api_data.conf", NULL);
182 GNUNET_assert (NULL != proc);
182 GNUNET_PROGRAM_run ((sizeof (argv) / sizeof (char *)) - 1, 183 GNUNET_PROGRAM_run ((sizeof (argv) / sizeof (char *)) - 1,
183 argv, "test-peerinfo-api", "nohelp", 184 argv, "test-peerinfo-api", "nohelp",
184 options, &run, &ok); 185 options, &run, &ok);