aboutsummaryrefslogtreecommitdiff
path: root/src/transport/test_transport_plugin_cmd_simple_send.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.c
parent961685fab53555a7b62301982927432988b8fdc2 (diff)
downloadgnunet-ffa7a0ab292b190ed10cd54645593fe31c5796bc.tar.gz
gnunet-ffa7a0ab292b190ed10cd54645593fe31c5796bc.zip
-fix FTBFS
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