aboutsummaryrefslogtreecommitdiff
path: root/src/transport/test_transport_plugin_cmd_simple_send_v2.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-10-06 09:34:19 +0200
committerChristian Grothoff <christian@grothoff.org>2021-10-06 09:34:19 +0200
commitffa7a0ab292b190ed10cd54645593fe31c5796bc (patch)
tree030328c2b46531e8b4bae878f173c96fb7dd3e80 /src/transport/test_transport_plugin_cmd_simple_send_v2.c
parent961685fab53555a7b62301982927432988b8fdc2 (diff)
downloadgnunet-ffa7a0ab292b190ed10cd54645593fe31c5796bc.tar.gz
gnunet-ffa7a0ab292b190ed10cd54645593fe31c5796bc.zip
-fix FTBFS
Diffstat (limited to 'src/transport/test_transport_plugin_cmd_simple_send_v2.c')
-rw-r--r--src/transport/test_transport_plugin_cmd_simple_send_v2.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/transport/test_transport_plugin_cmd_simple_send_v2.c b/src/transport/test_transport_plugin_cmd_simple_send_v2.c
index c79b5c7e2..98e9d5fca 100644
--- a/src/transport/test_transport_plugin_cmd_simple_send_v2.c
+++ b/src/transport/test_transport_plugin_cmd_simple_send_v2.c
@@ -188,9 +188,10 @@ start_testcase (TESTING_CMD_HELPER_write_cb write_message, char *router_ip,
188 write_message) 188 write_message)
189 }; 189 };
190 190
191 GNUNET_TESTING_run (NULL, 191 GNUNET_TESTING_run (commands,
192 commands, 192 GNUNET_TIME_UNIT_FOREVER_REL,
193 GNUNET_TIME_UNIT_FOREVER_REL); 193 NULL, /* FIXME: will crash */
194 NULL);
194 195
195} 196}
196 197