From: Hugo Landau Date: Mon, 8 Apr 2024 14:12:24 +0000 (+0100) Subject: QUIC RADIX: Fix simple_conn test X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d8ecddce2f1bc36fff30baa7d6c4f97f241ececd;p=thirdparty%2Fopenssl.git 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) --- diff --git a/test/radix/quic_tests.c b/test/radix/quic_tests.c index 4f4c9118afb..001105a5a76 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"); }