From: Hugo Landau Date: Wed, 28 Jun 2023 20:03:47 +0000 (+0100) Subject: QUIC: Fix multistream test 19 X-Git-Tag: openssl-3.2.0-alpha1~510 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9289e59c9581d76f2c3e570d3d8eed6aea598bb8;p=thirdparty%2Fopenssl.git 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) --- 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