X-Git-Url: https://www.tinc-vpn.org/git/browse?a=blobdiff_plain;f=test%2Fintegration%2Fsecurity.test;h=3945079f6ad1fff1657f96d80246bfb8b1a1917c;hb=2ded4a80352dfbbd17b35ae0eafcbdc62243d574;hp=fb783b06fb0949e554e706b6e009b11cf81d4688;hpb=94520716cb6ca59fc83c0c39021a085b42cda54b;p=tinc diff --git a/test/integration/security.test b/test/integration/security.test index fb783b06..3945079f 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,31 @@ set AutoConnect no set Subnet 10.96.96.1 EOF -tinc bar <