X-Git-Url: https://www.tinc-vpn.org/git/browse?a=blobdiff_plain;f=test%2Fintegration%2Fsecurity.test;h=a7efe7f024a0310de4c1148a578e30887e3e3c3c;hb=50c62f7235eacd3b88c59ead983e8be719fb7604;hp=fb783b06fb0949e554e706b6e009b11cf81d4688;hpb=241e4abc2d16517da061c4e3b31a09c0887c7beb;p=tinc diff --git a/test/integration/security.test b/test/integration/security.test index fb783b06..a7efe7f0 100755 --- a/test/integration/security.test +++ b/test/integration/security.test @@ -9,13 +9,6 @@ command -v nc >/dev/null || exit "$EXIT_SKIP_TEST" command -v timeout >/dev/null || exit "$EXIT_SKIP_TEST" foo_port=30050 -bar_port=30051 - -# usage: splice protocol_version -splice() { - "$SPLICE_PATH" foo localhost $foo_port bar localhost $bar_port "$1" & - sleep 10 -} # usage: send_with_timeout "data to send" "data expected to receive" send_with_timeout() { @@ -50,80 +43,26 @@ set AutoConnect no set Subnet 10.96.96.1 EOF -tinc bar <