From 47c04d7136a2d94a61807a8c07eb09d6e2b8f673 Mon Sep 17 00:00:00 2001 From: Dan Fandrich Date: Tue, 20 Jun 2023 12:47:33 -0700 Subject: [PATCH] test2600: fix the description It looks like it was cut-and-pasted. Closes #11354 --- tests/data/test2600 | 4 ++-- tests/unit/unit2600.c | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/data/test2600 b/tests/data/test2600 index dba42249b2..d6d07256d7 100644 --- a/tests/data/test2600 +++ b/tests/data/test2600 @@ -2,7 +2,7 @@ unittest -llist +cfilter @@ -18,7 +18,7 @@ debug http -llist unit tests +connection filter connect/destroy unit tests diff --git a/tests/unit/unit2600.c b/tests/unit/unit2600.c index ce41427991..260ce6e1e7 100644 --- a/tests/unit/unit2600.c +++ b/tests/unit/unit2600.c @@ -347,7 +347,7 @@ static void test_connect(struct test_case *tc) /* * How these test cases work: - * - replace the creation of the TCP socket filter with out test filter + * - replace the creation of the TCP socket filter with our test filter * - test filter does nothing and reports failure after configured delay * - we feed addresses into the resolve cache to simulate different cases * - we monitor how many instances of ipv4/v6 attempts are made and when