aboutsummaryrefslogtreecommitdiff
path: root/src/transport/test_transport_plugin_cmd_simple_send.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/transport/test_transport_plugin_cmd_simple_send.c')
-rw-r--r--src/transport/test_transport_plugin_cmd_simple_send.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/transport/test_transport_plugin_cmd_simple_send.c b/src/transport/test_transport_plugin_cmd_simple_send.c
index 07255a1a5..21167415d 100644
--- a/src/transport/test_transport_plugin_cmd_simple_send.c
+++ b/src/transport/test_transport_plugin_cmd_simple_send.c
@@ -183,9 +183,10 @@ start_testcase (TESTING_CMD_HELPER_write_cb write_message, char *router_ip,
183 write_message) 183 write_message)
184 }; 184 };
185 185
186 GNUNET_TESTING_run (NULL, 186 GNUNET_TESTING_run (commands,
187 commands, 187 GNUNET_TIME_UNIT_FOREVER_REL,
188 GNUNET_TIME_UNIT_FOREVER_REL); 188 NULL, /* FIXME: will crash */
189 NULL);
189 190
190} 191}
191 192