X-Git-Url: https://www.tinc-vpn.org/git/browse?a=blobdiff_plain;f=test%2Flegacy-protocol.test;h=396fc56d92bf0defb21769626ace1ed08f3bb412;hb=bf7abd5a059d27dc544b435b67f7f1d5419d318b;hp=520587747f4f3c795932f7ddb92043301252aa08;hpb=6779e381e59092b317a63356180db9a832ffb47d;p=tinc diff --git a/test/legacy-protocol.test b/test/legacy-protocol.test index 52058774..396fc56d 100755 --- a/test/legacy-protocol.test +++ b/test/legacy-protocol.test @@ -1,84 +1,89 @@ #!/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 +. ./testlib.sh -. "${0%/*}/testlib.sh" +echo [STEP] Initialize two nodes -# Initialize two nodes - -$tinc $c1 <