Skip to content

Commit

Permalink
fix script failure
Browse files Browse the repository at this point in the history
  • Loading branch information
miyazakh committed Aug 1, 2024
1 parent 86947e5 commit b9864aa
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions scripts/ocsp-stapling_tls13multi.test
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ else
dtls13=yes
fi

if [[ ("$tls13" == "no") && ("$dtsl13" == "no") ]]; then
if [[ ("$tls13" == "no") && ("$dtls13" == "no") ]]; then
echo 'skipping ocsp-stapling_tls13multi.test because TLS1.3 is not available.' 1>&2
exit 77
fi
Expand All @@ -58,11 +58,6 @@ else
tls13=yes
fi

if ./examples/client/client '-#' | fgrep -q -e ' -DWOLFSSL_SNIFFER '; then
echo 'skipping oscp-stapling_tls13multi.test because WOLFSSL_SNIFFER defined.'
exit 77
fi

if openssl s_server -help 2>&1 | fgrep -q -i ipv6 && nc -h 2>&1 | fgrep -q -i ipv6; then
IPV6_SUPPORTED=yes
else
Expand Down

0 comments on commit b9864aa

Please sign in to comment.