aboutsummaryrefslogtreecommitdiff
path: root/src/dhtu
diff options
context:
space:
mode:
authort3sserakt <t3ss@posteo.de>2021-10-14 16:39:24 +0200
committert3sserakt <t3ss@posteo.de>2021-10-14 16:39:24 +0200
commitd64ac269856744b9bab170964e1d6f36896ecc55 (patch)
treeed5aa79b91fe3cf9388433a5611581b7ce3b846c /src/dhtu
parent003910fc614cd347919707d1bf3c37a939978459 (diff)
downloadgnunet-d64ac269856744b9bab170964e1d6f36896ecc55.tar.gz
gnunet-d64ac269856744b9bab170964e1d6f36896ecc55.zip
removed versioned artefacts with v2 and v3. changes to reflect the changes in testing_api_loop.c
Diffstat (limited to 'src/dhtu')
-rw-r--r--src/dhtu/test_dhtu_ip.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/dhtu/test_dhtu_ip.c b/src/dhtu/test_dhtu_ip.c
index eb886e994..c9528053f 100644
--- a/src/dhtu/test_dhtu_ip.c
+++ b/src/dhtu/test_dhtu_ip.c
@@ -37,10 +37,10 @@ main (int argc,
37 char *const *argv) 37 char *const *argv)
38{ 38{
39 struct GNUNET_TESTING_Command commands[] = { 39 struct GNUNET_TESTING_Command commands[] = {
40 GNUNET_TESTING_cmd_netjail_start_v2 ("netjail-start", 40 GNUNET_TESTING_cmd_netjail_start ("netjail-start",
41 CONFIG_FILE), 41 CONFIG_FILE),
42 GNUNET_TESTING_cmd_netjail_stop_v2 ("netjail-stop", 42 GNUNET_TESTING_cmd_netjail_stop ("netjail-stop",
43 CONFIG_FILE), 43 CONFIG_FILE),
44 GNUNET_TESTING_cmd_end () 44 GNUNET_TESTING_cmd_end ()
45 }; 45 };
46 46