aboutsummaryrefslogtreecommitdiff
path: root/src/transport/test_transport_plugin_cmd_udp_backchannel.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/transport/test_transport_plugin_cmd_udp_backchannel.c')
-rw-r--r--src/transport/test_transport_plugin_cmd_udp_backchannel.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/transport/test_transport_plugin_cmd_udp_backchannel.c b/src/transport/test_transport_plugin_cmd_udp_backchannel.c
index 90e474aea..6b0342e51 100644
--- a/src/transport/test_transport_plugin_cmd_udp_backchannel.c
+++ b/src/transport/test_transport_plugin_cmd_udp_backchannel.c
@@ -192,9 +192,10 @@ start_testcase (TESTING_CMD_HELPER_write_cb write_message, char *router_ip,
192 write_message) 192 write_message)
193 }; 193 };
194 194
195 GNUNET_TESTING_run (NULL, 195 GNUNET_TESTING_run (commands,
196 commands, 196 GNUNET_TIME_UNIT_FOREVER_REL,
197 GNUNET_TIME_UNIT_FOREVER_REL); 197 NULL, /* FIMXE: will crash */
198 NULL);
198 199
199} 200}
200 201