aboutsummaryrefslogtreecommitdiff
path: root/src/hostlist/test_gnunet_daemon_hostlist.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/hostlist/test_gnunet_daemon_hostlist.c')
-rw-r--r--src/hostlist/test_gnunet_daemon_hostlist.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hostlist/test_gnunet_daemon_hostlist.c b/src/hostlist/test_gnunet_daemon_hostlist.c
index 056e56177..da3ab8b58 100644
--- a/src/hostlist/test_gnunet_daemon_hostlist.c
+++ b/src/hostlist/test_gnunet_daemon_hostlist.c
@@ -140,7 +140,7 @@ setup_peer (struct PeerContext *p, const char *cfgname)
140 p->cfg = GNUNET_CONFIGURATION_create (); 140 p->cfg = GNUNET_CONFIGURATION_create ();
141#if START_ARM 141#if START_ARM
142 p->arm_proc = 142 p->arm_proc =
143 GNUNET_OS_start_process (NULL, NULL, "gnunet-service-arm", 143 GNUNET_OS_start_process (GNUNET_YES, NULL, NULL, "gnunet-service-arm",
144 "gnunet-service-arm", 144 "gnunet-service-arm",
145#if VERBOSE 145#if VERBOSE
146 "-L", "DEBUG", 146 "-L", "DEBUG",