From 080ae6843299c873808c04487d4ccf51624fe618 Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Fri, 10 Jan 2014 23:03:47 +0000 Subject: [PATCH] fix shell syntax PR#3216 --- test/testssl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/testssl b/test/testssl index 04341e921c..1497d29881 100644 --- a/test/testssl +++ b/test/testssl @@ -125,7 +125,7 @@ for protocol in SSLv3; do for cipher in `../util/shlib_wrap.sh ../apps/openssl ciphers "RSA+$protocol" | tr ':' ' '`; do echo "Testing $cipher" prot="" - if [ $protocol == "SSLv3" ] ; then + if [ $protocol = "SSLv3" ] ; then prot="-ssl3" fi $ssltest -cipher $cipher $prot -- 2.25.1