From b68f067c7e637b04d2adfbb80894e58e8037ecaa Mon Sep 17 00:00:00 2001 From: Hugo Landau Date: Mon, 8 Apr 2024 15:12:24 +0100 Subject: QUIC RADIX: Fix simple_conn test Reviewed-by: Neil Horman Reviewed-by: Paul Dale Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/24064) --- test/radix/quic_tests.c | 1 + 1 file changed, 1 insertion(+) diff --git a/test/radix/quic_tests.c b/test/radix/quic_tests.c index 4f4c9118af..001105a5a7 100644 --- a/test/radix/quic_tests.c +++ b/test/radix/quic_tests.c @@ -20,6 +20,7 @@ DEF_SCRIPT(simple_conn, "simple connection to server") OP_ACCEPT_CONN_WAIT(L, La, 0); OP_ACCEPT_CONN_NONE(L); + OP_READ_EXPECT_B(La, "apple"); OP_WRITE_B(La, "orange"); OP_READ_EXPECT_B(C, "orange"); } -- cgit v1.2.3