From a8f3b75f5470623115aa4c51e8573bf360ca95ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20P=C3=A9gouri=C3=A9-Gonnard?= Date: Thu, 22 Jan 2015 17:05:05 +0000 Subject: [PATCH] Fix issue in compat.sh --- tests/compat.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/compat.sh b/tests/compat.sh index a311d6417..cd55d0539 100755 --- a/tests/compat.sh +++ b/tests/compat.sh @@ -774,7 +774,7 @@ start_server() { [Gg]nu*) SERVER_CMD="$GNUTLS_SERV $G_SERVER_ARGS --priority $G_SERVER_PRIO" ;; - [Pp]olar*) + mbed*) SERVER_CMD="$P_SRV $P_SERVER_ARGS" if [ "$MEMCHECK" -gt 0 ]; then SERVER_CMD="valgrind --leak-check=full $SERVER_CMD" @@ -889,7 +889,7 @@ run_client() { fi ;; - [Pp]olar*) + mbed*) CLIENT_CMD="$P_CLI $P_CLIENT_ARGS force_ciphersuite=$2" if [ "$MEMCHECK" -gt 0 ]; then CLIENT_CMD="valgrind --leak-check=full $CLIENT_CMD" @@ -985,7 +985,7 @@ fi for PEER in $PEERS; do case "$PEER" in - [Pp]olar*|[Oo]pen*|[Gg]nu*) + mbed*|[Oo]pen*|[Gg]nu*) ;; *) echo "Unknown peers: $PEER" >&2 @@ -1069,7 +1069,7 @@ for VERIFY in $VERIFIES; do ;; - [Pp]olar*) + mbed*) reset_ciphersuites add_common_ciphersuites