aboutsummaryrefslogtreecommitdiff
path: root/src/fs/test_fs_start_stop.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fs/test_fs_start_stop.c')
-rw-r--r--src/fs/test_fs_start_stop.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fs/test_fs_start_stop.c b/src/fs/test_fs_start_stop.c
index a6f902962..e11684b70 100644
--- a/src/fs/test_fs_start_stop.c
+++ b/src/fs/test_fs_start_stop.c
@@ -57,7 +57,7 @@ setup_peer (struct PeerContext *p, const char *cfgname)
57{ 57{
58 p->cfg = GNUNET_CONFIGURATION_create (); 58 p->cfg = GNUNET_CONFIGURATION_create ();
59#if START_ARM 59#if START_ARM
60 p->arm_pid = GNUNET_OS_start_process ("gnunet-service-arm", 60 p->arm_pid = GNUNET_OS_start_process (NULL, NULL, "gnunet-service-arm",
61 "gnunet-service-arm", 61 "gnunet-service-arm",
62#if VERBOSE 62#if VERBOSE
63 "-L", "DEBUG", 63 "-L", "DEBUG",