aboutsummaryrefslogtreecommitdiff
path: root/src/fs/test_fs_list_indexed.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fs/test_fs_list_indexed.c')
-rw-r--r--src/fs/test_fs_list_indexed.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fs/test_fs_list_indexed.c b/src/fs/test_fs_list_indexed.c
index 60dca2ec4..ce704f500 100644
--- a/src/fs/test_fs_list_indexed.c
+++ b/src/fs/test_fs_list_indexed.c
@@ -199,7 +199,7 @@ setup_peer (struct PeerContext *p, const char *cfgname)
199{ 199{
200 p->cfg = GNUNET_CONFIGURATION_create (); 200 p->cfg = GNUNET_CONFIGURATION_create ();
201#if START_ARM 201#if START_ARM
202 p->arm_pid = GNUNET_OS_start_process ("gnunet-service-arm", 202 p->arm_pid = GNUNET_OS_start_process (NULL, NULL, "gnunet-service-arm",
203 "gnunet-service-arm", 203 "gnunet-service-arm",
204#if VERBOSE 204#if VERBOSE
205 "-L", "DEBUG", 205 "-L", "DEBUG",