]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
test2600: fix the description
authorDan Fandrich <dan@coneharvesters.com>
Tue, 20 Jun 2023 19:47:33 +0000 (12:47 -0700)
committerDan Fandrich <dan@coneharvesters.com>
Wed, 21 Jun 2023 18:46:01 +0000 (11:46 -0700)
It looks like it was cut-and-pasted.

Closes #11354

tests/data/test2600
tests/unit/unit2600.c

index dba42249b2850443f71ab47fa504d60ac855327a..d6d07256d746cb418cdb135050c304aed100483b 100644 (file)
@@ -2,7 +2,7 @@
 <info>
 <keywords>
 unittest
-llist
+cfilter
 </keywords>
 </info>
 
@@ -18,7 +18,7 @@ debug
 http
 </features>
  <name>
-llist unit tests
+connection filter connect/destroy unit tests
  </name>
 </client>
 </testcase>
index ce41427991899f90ef432c516e3663e8316d47f4..260ce6e1e7ef70db149bb3b1fe0cdcfe436b4c8e 100644 (file)
@@ -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