summaryrefslogtreecommitdiffstats
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:04:40 +0000
commitc44d95c1a72a07d6ca95d48c9cc963b476f1358b (patch)
treea09b1184e878c2df8cef854f817a5f0af31bddac
parent0da40f0ffc9804f620e86c27eccbf19ac4047cf8 (diff)
fix shell syntax PR#3216
(cherry picked from commit 080ae6843299c873808c04487d4ccf51624fe618)
-rw-r--r--test/testssl2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/testssl b/test/testssl
index 4c7584a95c..11362bf032 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