Skip to content

Commit afa3dba

Browse files
committed
Remove invalid test case (related to #495, #471)
1 parent bf3fa5c commit afa3dba

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tempesta_fw/t/unit/test_tfw_str.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,6 @@ TEST(tfw_str_eq_cstr_off, supports_suffix)
372372
const char *p3 = "bar/baz.test";
373373
const char *p4 = "/baz.test";
374374
const char *p5 = ".test";
375-
const char *p6 = "";
376375
const char *f1 = "/bar/foo/baz.test";
377376
const char *f2 = "/foo/bar/";
378377
const char *extra = "/bar/foo/baz.test100";
@@ -395,7 +394,6 @@ do { \
395394
X_EXPECT_TRUE(s, p3, TFW_STR_EQ_DEFAULT);
396395
X_EXPECT_TRUE(s, p4, TFW_STR_EQ_DEFAULT);
397396
X_EXPECT_TRUE(s, p5, TFW_STR_EQ_DEFAULT);
398-
X_EXPECT_TRUE(s, p6, TFW_STR_EQ_DEFAULT);
399397

400398
X_EXPECT_FALSE(s, f1, TFW_STR_EQ_DEFAULT);
401399
X_EXPECT_FALSE(s, f2, TFW_STR_EQ_DEFAULT);

0 commit comments

Comments
 (0)