From c44d95c1a72a07d6ca95d48c9cc963b476f1358b Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Fri, 10 Jan 2014 23:03:47 +0000 Subject: fix shell syntax PR#3216 (cherry picked from commit 080ae6843299c873808c04487d4ccf51624fe618) --- test/testssl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/testssl') 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 -- cgit v1.2.3