aboutsummaryrefslogtreecommitdiff
path: root/src/core/test_core_api_start_only.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/test_core_api_start_only.c')
-rw-r--r--src/core/test_core_api_start_only.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/test_core_api_start_only.c b/src/core/test_core_api_start_only.c
index ce2668b89..5ca750664 100644
--- a/src/core/test_core_api_start_only.c
+++ b/src/core/test_core_api_start_only.c
@@ -166,7 +166,6 @@ setup_peer (struct PeerContext *p, const char *cfgname)
166 "-L", "DEBUG", 166 "-L", "DEBUG",
167#endif 167#endif
168 "-c", cfgname, NULL); 168 "-c", cfgname, NULL);
169 sleep (1); /* allow ARM to start */
170#endif 169#endif
171 GNUNET_assert (GNUNET_OK == GNUNET_CONFIGURATION_load (p->cfg, cfgname)); 170 GNUNET_assert (GNUNET_OK == GNUNET_CONFIGURATION_load (p->cfg, cfgname));
172 GNUNET_ARM_start_services (p->cfg, sched, "core", NULL); 171 GNUNET_ARM_start_services (p->cfg, sched, "core", NULL);