summaryrefslogtreecommitdiff
path: root/src/fs/test_fs_download_persistence.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fs/test_fs_download_persistence.c')
-rw-r--r--src/fs/test_fs_download_persistence.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fs/test_fs_download_persistence.c b/src/fs/test_fs_download_persistence.c
index f0dc6f3a6..bcb1c54b6 100644
--- a/src/fs/test_fs_download_persistence.c
+++ b/src/fs/test_fs_download_persistence.c
@@ -295,7 +295,7 @@ setup_peer (struct PeerContext *p, const char *cfgname)
295 p->cfg = GNUNET_CONFIGURATION_create (); 295 p->cfg = GNUNET_CONFIGURATION_create ();
296#if START_ARM 296#if START_ARM
297 p->arm_proc = 297 p->arm_proc =
298 GNUNET_OS_start_process (NULL, NULL, "gnunet-service-arm", 298 GNUNET_OS_start_process (GNUNET_YES, NULL, NULL, "gnunet-service-arm",
299 "gnunet-service-arm", 299 "gnunet-service-arm",
300#if VERBOSE 300#if VERBOSE
301 "-L", "DEBUG", 301 "-L", "DEBUG",