summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Metzler <ametzler@bebt.de>2020-09-16 07:13:06 +0200
committerAndreas Metzler <ametzler@bebt.de>2020-09-17 14:12:34 +0200
commit539be7b04a153aa549f310216c5044c518b6852e (patch)
treefa29d13ad9ef77c458bad7a2268863b3f3ee1f25
parent7a1eed1befab3ea49667bdd24eabe3e5262ec77d (diff)
downloadgnutls-539be7b04a153aa549f310216c5044c518b6852e.tar.gz
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 <ametzler@bebt.de>
-rwxr-xr-xtests/gnutls-cli-debug.sh2
1 files changed, 1 insertions, 1 deletions
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}