Skip to content

Commit fd67189

Browse files
yuhaothronald-cron-arm
authored andcommitted
Update early data test
Signed-off-by: Jerry Yu <[email protected]> Signed-off-by: Ronald Cron <[email protected]>
1 parent 8f542cb commit fd67189

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

tests/opt-testcases/tls13-misc.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -506,4 +506,7 @@ run_test "TLS 1.3 G->m: EarlyData: feature is enabled, good." \
506506
-s "Sent max_early_data_size=$EARLY_DATA_INPUT_LEN" \
507507
-s "ClientHello: early_data(42) extension exists." \
508508
-s "EncryptedExtensions: early_data(42) extension exists." \
509-
-s "$( tail -1 $EARLY_DATA_INPUT )"
509+
-s "$( head -1 $EARLY_DATA_INPUT )" \
510+
-s "$( tail -1 $EARLY_DATA_INPUT )" \
511+
-s "200 early data bytes read" \
512+
-s "106 early data bytes read"

0 commit comments

Comments
 (0)