aboutsummaryrefslogtreecommitdiff
path: root/src/testing/test_testing_connect.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/testing/test_testing_connect.c')
-rw-r--r--src/testing/test_testing_connect.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/testing/test_testing_connect.c b/src/testing/test_testing_connect.c
index f32e2e40f..87501469d 100644
--- a/src/testing/test_testing_connect.c
+++ b/src/testing/test_testing_connect.c
@@ -148,10 +148,12 @@ run (void *cls, char *const *args, const char *cfgfile,
148#endif 148#endif
149 c1 = GNUNET_CONFIGURATION_create (); 149 c1 = GNUNET_CONFIGURATION_create ();
150 GNUNET_assert (GNUNET_OK == 150 GNUNET_assert (GNUNET_OK ==
151 GNUNET_CONFIGURATION_load (c1, "test_testing_connect_peer1.conf")); 151 GNUNET_CONFIGURATION_load (c1,
152 "test_testing_connect_peer1.conf"));
152 c2 = GNUNET_CONFIGURATION_create (); 153 c2 = GNUNET_CONFIGURATION_create ();
153 GNUNET_assert (GNUNET_OK == 154 GNUNET_assert (GNUNET_OK ==
154 GNUNET_CONFIGURATION_load (c2, "test_testing_connect_peer2.conf")); 155 GNUNET_CONFIGURATION_load (c2,
156 "test_testing_connect_peer2.conf"));
155 d1 = GNUNET_TESTING_daemon_start (c1, TIMEOUT, GNUNET_NO, NULL, NULL, 0, NULL, 157 d1 = GNUNET_TESTING_daemon_start (c1, TIMEOUT, GNUNET_NO, NULL, NULL, 0, NULL,
156 NULL, NULL, &my_cb1, NULL); 158 NULL, NULL, &my_cb1, NULL);
157 GNUNET_assert (d1 != NULL); 159 GNUNET_assert (d1 != NULL);