summaryrefslogtreecommitdiff
path: root/tests/gnutls-cli-debug.sh
diff options
context:
space:
mode:
authorDaiki Ueno <ueno@gnu.org>2020-09-17 13:37:54 +0000
committerDaiki Ueno <ueno@gnu.org>2020-09-17 13:37:54 +0000
commita1c84d3e19060fc69006e07109805ffbd50a2ef2 (patch)
treec82d972b3e74c4f12b502a9200901f197408103c /tests/gnutls-cli-debug.sh
parent7a1eed1befab3ea49667bdd24eabe3e5262ec77d (diff)
parentf497ded19ee660ed52c7f9c210c90eb8a40810b6 (diff)
downloadgnutls-a1c84d3e19060fc69006e07109805ffbd50a2ef2.tar.gz
Merge branch 'tmp-ametzler-1091-gost' into 'master'
Fix and enable GOST test in tests/gnutls-cli-debug.sh See merge request gnutls/gnutls!1328
Diffstat (limited to 'tests/gnutls-cli-debug.sh')
-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}