From 539be7b04a153aa549f310216c5044c518b6852e Mon Sep 17 00:00:00 2001 From: Andreas Metzler Date: Wed, 16 Sep 2020 07:13:06 +0200 Subject: testsuite: Fix GOST gnutls-cli-debug test GOST algorithms are not enabled by default, explicitely request them in priority string. Signed-off-by: Andreas Metzler --- tests/gnutls-cli-debug.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/gnutls-cli-debug.sh b/tests/gnutls-cli-debug.sh index 3351764216..2a1738cc6e 100755 --- a/tests/gnutls-cli-debug.sh +++ b/tests/gnutls-cli-debug.sh @@ -207,7 +207,7 @@ if test "${ENABLE_GOST}" = "1" && test "${GNUTLS_FORCE_FIPS_MODE}" != 1 ; then echo "Checking output of gnutls-cli-debug for GOST-enabled server" eval "${GETPORT}" - launch_server $$ --echo --priority "NORMAL" --x509keyfile ${KEY4} --x509certfile ${CERT4} >/dev/null 2>&1 + launch_server $$ --echo --priority "NORMAL:+GOST" --x509keyfile ${KEY4} --x509certfile ${CERT4} >/dev/null 2>&1 PID=$! wait_server ${PID} -- cgit v1.2.1