aboutsummaryrefslogtreecommitdiff
path: root/src/core/test_core_api_reliability.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/test_core_api_reliability.c')
-rw-r--r--src/core/test_core_api_reliability.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/test_core_api_reliability.c b/src/core/test_core_api_reliability.c
index 682424f89..d4afbc27d 100644
--- a/src/core/test_core_api_reliability.c
+++ b/src/core/test_core_api_reliability.c
@@ -429,7 +429,7 @@ setup_peer (struct PeerContext *p, const char *cfgname)
429 p->cfg = GNUNET_CONFIGURATION_create (); 429 p->cfg = GNUNET_CONFIGURATION_create ();
430#if START_ARM 430#if START_ARM
431 p->arm_proc = 431 p->arm_proc =
432 GNUNET_OS_start_process (GNUNET_YES, NULL, NULL, "gnunet-service-arm", 432 GNUNET_OS_start_process (GNUNET_YES, GNUNET_OS_INHERIT_STD_OUT_AND_ERR, NULL, NULL, "gnunet-service-arm",
433 "gnunet-service-arm", 433 "gnunet-service-arm",
434 "-c", cfgname, NULL); 434 "-c", cfgname, NULL);
435#endif 435#endif