aboutsummaryrefslogtreecommitdiff
path: root/src/core/test_core_api_send_to_self.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/test_core_api_send_to_self.c')
-rw-r--r--src/core/test_core_api_send_to_self.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/test_core_api_send_to_self.c b/src/core/test_core_api_send_to_self.c
index f04f94fac..4fa73d951 100644
--- a/src/core/test_core_api_send_to_self.c
+++ b/src/core/test_core_api_send_to_self.c
@@ -170,7 +170,7 @@ run (void *cls, char *const *args, const char *cfgfile,
170 core_cfg = GNUNET_CONFIGURATION_create (); 170 core_cfg = GNUNET_CONFIGURATION_create ();
171 171
172 arm_proc = 172 arm_proc =
173 GNUNET_OS_start_process (NULL, NULL, "gnunet-service-arm", 173 GNUNET_OS_start_process (GNUNET_YES, NULL, NULL, "gnunet-service-arm",
174 "gnunet-service-arm", 174 "gnunet-service-arm",
175#if VERBOSE 175#if VERBOSE
176 "-L", "DEBUG", 176 "-L", "DEBUG",