From 9289e59c9581d76f2c3e570d3d8eed6aea598bb8 Mon Sep 17 00:00:00 2001 From: Hugo Landau Date: Wed, 28 Jun 2023 21:03:47 +0100 Subject: [PATCH] QUIC: Fix multistream test 19 Reviewed-by: Tomas Mraz Reviewed-by: Matt Caswell Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/pull/20061) --- test/quic_multistream_test.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/quic_multistream_test.c b/test/quic_multistream_test.c index f2ee08d3f3a..128d169f762 100644 --- a/test/quic_multistream_test.c +++ b/test/quic_multistream_test.c @@ -1973,7 +1973,9 @@ static const struct script_op script_19[] = { OP_C_WRITE (DEFAULT, "orange", 6) OP_S_READ_EXPECT (a, "orange", 6) + OP_S_WRITE (a, "ok", 2) + OP_C_READ_EXPECT (DEFAULT, "ok", 2) OP_CHECK (check_key_update_ge, 1) OP_END -- 2.47.2