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