summaryrefslogtreecommitdiffstats
path: root/test/radix/quic_tests.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/radix/quic_tests.c')
-rw-r--r--test/radix/quic_tests.c1
1 files changed, 1 insertions, 0 deletions
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");
}