X-Git-Url: https://www.tinc-vpn.org/git/browse?a=blobdiff_plain;f=test%2Flegacy-protocol.test;h=929d2228a1f1b5f5f7f3d5307dd3bc775b4909ce;hb=refs%2Fheads%2F1.1;hp=520587747f4f3c795932f7ddb92043301252aa08;hpb=6779e381e59092b317a63356180db9a832ffb47d;p=tinc diff --git a/test/legacy-protocol.test b/test/legacy-protocol.test deleted file mode 100755 index 52058774..00000000 --- a/test/legacy-protocol.test +++ /dev/null @@ -1,84 +0,0 @@ -#!/bin/sh - -# Skip this test if the legacy protocol is disabled -if grep -q "define DISABLE_LEGACY 1" "${0%/*}/../config.h"; then - exit 77 -fi - -. "${0%/*}/testlib.sh" - -# Initialize two nodes - -$tinc $c1 <