fix shell syntax PR#3216
authorDr. Stephen Henson <steve@openssl.org>
Fri, 10 Jan 2014 23:03:47 +0000 (23:03 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Fri, 10 Jan 2014 23:04:40 +0000 (23:04 +0000)
(cherry picked from commit 080ae6843299c873808c04487d4ccf51624fe618)

test/testssl

index 4c7584a95c2cdd8a31a53f01c91b7916fe0d8ed4..11362bf032c6876030a5fc8bfc71ade2a42b8862 100644 (file)
@@ -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