aboutsummaryrefslogtreecommitdiff
path: root/src/transport/test_transport_plugin_cmd_simple_send_v2.c
diff options
context:
space:
mode:
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.c3
1 files changed, 2 insertions, 1 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..acfe784d6 100644
--- a/src/transport/test_transport_plugin_cmd_simple_send_v2.c
+++ b/src/transport/test_transport_plugin_cmd_simple_send_v2.c
@@ -185,7 +185,8 @@ start_testcase (TESTING_CMD_HELPER_write_cb write_message, char *router_ip,
185 GNUNET_TESTING_cmd_system_destroy ("system-destroy", 185 GNUNET_TESTING_cmd_system_destroy ("system-destroy",
186 "system-create"), 186 "system-create"),
187 GNUNET_TESTING_cmd_local_test_finished ("local-test-finished", 187 GNUNET_TESTING_cmd_local_test_finished ("local-test-finished",
188 write_message) 188 write_message),
189 GNUNET_TESTING_cmd_end_without_shutdown ()
189 }; 190 };
190 191
191 GNUNET_TESTING_run (NULL, 192 GNUNET_TESTING_run (NULL,