summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2014-01-10 23:03:47 +0000
committerDr. Stephen Henson <steve@openssl.org>2014-01-10 23:03:47 +0000
commit080ae6843299c873808c04487d4ccf51624fe618 (patch)
treea214f56363b3e26122742ebeb7a4ee8c0f420606 /test
parent6c6f6c44e55a744d63c11ed6b0a696e9325bed7f (diff)
fix shell syntax PR#3216
Diffstat (limited to 'test')
-rw-r--r--test/testssl2
1 files changed, 1 insertions, 1 deletions
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