X-Git-Url: https://tinc-vpn.org/git/browse?a=blobdiff_plain;f=test%2Falgorithms.test;h=9dd722c9a60fe2b53a21f1e757349831ef72ca6d;hb=df716df33af8e9a5b93d573a023ecd7fc24d9a03;hp=bf073a56724fce9bf144a5c027a98dbd1de2dd1c;hpb=4fbaf80d56a418ebd23eeace9053fa8f20097f77;p=tinc diff --git a/test/algorithms.test b/test/algorithms.test index bf073a56..9dd722c9 100755 --- a/test/algorithms.test +++ b/test/algorithms.test @@ -1,7 +1,7 @@ #!/bin/sh -# shellcheck source=testlib.sh -. ./testlib.sh +# shellcheck disable=SC1090 +. "$TESTLIB_PATH" echo [STEP] Initialize two nodes @@ -34,7 +34,7 @@ echo [STEP] Test various ciphers and digests # The full suite results in a large test matrix and it takes a lot of time to run. # The list was reduced to the strongest available algorithms (and "none"). digests="none sha256 sha512" -ciphers="none aes-256-cbc camellia-256-cbc" +ciphers="none aes-256-cbc" for digest in $digests; do for cipher in $ciphers; do