Skip to content

Commit f555fb0

Browse files
authored
Merge pull request #2678 from dcooper16/fix_typo
Fix typo
2 parents 3ae2764 + bbdf19d commit f555fb0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

testssl.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17037,7 +17037,7 @@ run_ticketbleed() {
1703717037
"$HAS_TLS13" && tls_proto="-no_tls1_3"
1703817038
$OPENSSL s_client $(s_client_options "$STARTTLS $BUGS $tls_proto -connect $NODEIP:$PORT $PROXY") >$TMPFILE 2>$ERRFILE </dev/null
1703917039
sclient_connect_successful $? "$TMPFILE"
17040-
if [$? -ne 0 ]]; then
17040+
if [[ $? -ne 0 ]]; then
1704117041
prln_warning "Cannot test for ticketbleed. Your OpenSSL cannot connect to $NODEIP:$PORT"
1704217042
fileout "$jsonID" "WARN" "Cannot test for ticketbleed. Your OpenSSL cannot connect to $NODEIP:$PORT."
1704317043
return 1

0 commit comments

Comments
 (0)