Skip to content

Commit

Permalink
Merge pull request Mbed-TLS#5705 from AndrzejKurek/off-by-one-ssl-opt…
Browse files Browse the repository at this point in the history
…-2-28

Backport 2.28 - Fix an off-by-one error in ssl-opt.sh
  • Loading branch information
gilles-peskine-arm authored Apr 7, 2022
2 parents 619cbfe + 363553b commit e29a837
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/ssl-opt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1082,7 +1082,8 @@ run_test() {

analyze_test_commands "$@"

TIMES_LEFT=2
# One regular run and two retries
TIMES_LEFT=3
while [ $TIMES_LEFT -gt 0 ]; do
TIMES_LEFT=$(( $TIMES_LEFT - 1 ))

Expand Down

0 comments on commit e29a837

Please sign in to comment.