aboutsummaryrefslogtreecommitdiff
path: root/src/fs/test_fs_download.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fs/test_fs_download.c')
-rw-r--r--src/fs/test_fs_download.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/fs/test_fs_download.c b/src/fs/test_fs_download.c
index 4e73ef182..f3ecfaba0 100644
--- a/src/fs/test_fs_download.c
+++ b/src/fs/test_fs_download.c
@@ -217,7 +217,6 @@ setup_peer (struct PeerContext *p, const char *cfgname)
217 "-L", "DEBUG", 217 "-L", "DEBUG",
218#endif 218#endif
219 "-c", cfgname, NULL); 219 "-c", cfgname, NULL);
220 sleep (1); /* allow ARM to start */
221#endif 220#endif
222 GNUNET_assert (GNUNET_OK == GNUNET_CONFIGURATION_load (p->cfg, cfgname)); 221 GNUNET_assert (GNUNET_OK == GNUNET_CONFIGURATION_load (p->cfg, cfgname));
223 GNUNET_ARM_start_services (p->cfg, sched, "core", NULL); 222 GNUNET_ARM_start_services (p->cfg, sched, "core", NULL);