aboutsummaryrefslogtreecommitdiff
path: root/src/core/test_core_quota_compliance.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/test_core_quota_compliance.c')
-rw-r--r--src/core/test_core_quota_compliance.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/test_core_quota_compliance.c b/src/core/test_core_quota_compliance.c
index bee8c02b4..61fe21626 100644
--- a/src/core/test_core_quota_compliance.c
+++ b/src/core/test_core_quota_compliance.c
@@ -573,7 +573,7 @@ setup_peer (struct PeerContext *p, const char *cfgname)
573 p->cfg = GNUNET_CONFIGURATION_create (); 573 p->cfg = GNUNET_CONFIGURATION_create ();
574#if START_ARM 574#if START_ARM
575 p->arm_proc = 575 p->arm_proc =
576 GNUNET_OS_start_process (GNUNET_YES, NULL, NULL, "gnunet-service-arm", 576 GNUNET_OS_start_process (GNUNET_YES, GNUNET_OS_INHERIT_STD_OUT_AND_ERR, NULL, NULL, "gnunet-service-arm",
577 "gnunet-service-arm", 577 "gnunet-service-arm",
578 "-c", cfgname, NULL); 578 "-c", cfgname, NULL);
579#endif 579#endif