aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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);