Replace instances of string-ish [[ -ne ]] with arithmetic (( != )).

This commit is contained in:
Richard Soderberg 2015-09-05 03:26:34 -07:00
parent 3d3789828b
commit 34ae0ccab9
1 changed files with 1 additions and 1 deletions

View File

@ -883,7 +883,7 @@ test_serverside_ordering() {
sslcommand+=" -status $SCLIENTARGS -connect $TARGET -cipher $ciphersuite"
test_cipher_on_target "$sslcommand"
if [[ $? -ne 0 ]]; then
if (( $? != 0 )); then
serverside="True"
else
local selected=($result)