X-Git-Url: https://tinc-vpn.org/git/browse?a=blobdiff_plain;f=test%2Falgorithms.test;h=d06901012db825f0d5825bb0b1d1d168bfbb6b2e;hb=77cd819058de43a5fcea54300dde50e03088c318;hp=04d91310d0ed845cdabc68655ec55bd56a1aeca1;hpb=046a10d692d1ac22de4daf783ee4fe025c4eb6ec;p=tinc diff --git a/test/algorithms.test b/test/algorithms.test index 04d91310..d0690101 100755 --- a/test/algorithms.test +++ b/test/algorithms.test @@ -1,7 +1,6 @@ #!/bin/sh -# shellcheck source=testlib.sh -. "${0%/*}/testlib.sh" +. ./testlib.sh echo [STEP] Initialize two nodes @@ -34,7 +33,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