aboutsummaryrefslogtreecommitdiff
path: root/src/core/test_core_api.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/test_core_api.c')
-rw-r--r--src/core/test_core_api.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/test_core_api.c b/src/core/test_core_api.c
index b3674fdec..c570def84 100644
--- a/src/core/test_core_api.c
+++ b/src/core/test_core_api.c
@@ -301,7 +301,7 @@ setup_peer (struct PeerContext *p, const char *cfgname)
301 p->cfg = GNUNET_CONFIGURATION_create (); 301 p->cfg = GNUNET_CONFIGURATION_create ();
302 p->arm_proc = 302 p->arm_proc =
303 GNUNET_OS_start_process (GNUNET_YES, GNUNET_OS_INHERIT_STD_OUT_AND_ERR, 303 GNUNET_OS_start_process (GNUNET_YES, GNUNET_OS_INHERIT_STD_OUT_AND_ERR,
304 NULL, NULL, 304 NULL, NULL, NULL,
305 binary, 305 binary,
306 "gnunet-service-arm", 306 "gnunet-service-arm",
307 "-c", cfgname, NULL); 307 "-c", cfgname, NULL);