From: Dan Fandrich Date: Tue, 20 Jun 2023 19:47:33 +0000 (-0700) Subject: test2600: fix the description X-Git-Tag: curl-8_2_0~60 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=47c04d7136a2d94a61807a8c07eb09d6e2b8f673;p=thirdparty%2Fcurl.git test2600: fix the description It looks like it was cut-and-pasted. Closes #11354 --- 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