mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-01-07 06:15:37 +00:00
Add a missing requires_max_content_len
Slightly reduce the amount of data so that the test passes with 512. Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
This commit is contained in:
parent
dcb13af837
commit
291372fd41
|
@ -6365,11 +6365,12 @@ run_test "mbedtls_ssl_get_bytes_avail: no extra data" \
|
|||
0 \
|
||||
-s "Read from client: 100 bytes read$"
|
||||
|
||||
requires_max_content_len 474
|
||||
run_test "mbedtls_ssl_get_bytes_avail: extra data" \
|
||||
"$P_SRV" \
|
||||
"$P_CLI request_size=500" \
|
||||
"$P_CLI request_size=450" \
|
||||
0 \
|
||||
-s "Read from client: 500 bytes read (.*+.*)"
|
||||
-s "Read from client: 450 bytes read (.*+.*)"
|
||||
|
||||
# Tests for small client packets
|
||||
|
||||
|
|
Loading…
Reference in a new issue