aboutsummaryrefslogtreecommitdiff
path: root/src/hostlist/test_gnunet_daemon_hostlist.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/hostlist/test_gnunet_daemon_hostlist.c')
-rw-r--r--src/hostlist/test_gnunet_daemon_hostlist.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/hostlist/test_gnunet_daemon_hostlist.c b/src/hostlist/test_gnunet_daemon_hostlist.c
index d71340377..ca7a2369a 100644
--- a/src/hostlist/test_gnunet_daemon_hostlist.c
+++ b/src/hostlist/test_gnunet_daemon_hostlist.c
@@ -95,7 +95,6 @@ setup_peer (struct PeerContext *p, const char *cfgname)
95 "-L", "DEBUG", 95 "-L", "DEBUG",
96#endif 96#endif
97 "-c", cfgname, NULL); 97 "-c", cfgname, NULL);
98 sleep (1); /* allow ARM to start */
99#endif 98#endif
100 GNUNET_assert (GNUNET_OK == GNUNET_CONFIGURATION_load (p->cfg, cfgname)); 99 GNUNET_assert (GNUNET_OK == GNUNET_CONFIGURATION_load (p->cfg, cfgname));
101 GNUNET_ARM_start_services (p->cfg, sched, "core", NULL); 100 GNUNET_ARM_start_services (p->cfg, sched, "core", NULL);