We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf3fa5c commit afa3dbaCopy full SHA for afa3dba
tempesta_fw/t/unit/test_tfw_str.c
@@ -372,7 +372,6 @@ TEST(tfw_str_eq_cstr_off, supports_suffix)
372
const char *p3 = "bar/baz.test";
373
const char *p4 = "/baz.test";
374
const char *p5 = ".test";
375
- const char *p6 = "";
376
const char *f1 = "/bar/foo/baz.test";
377
const char *f2 = "/foo/bar/";
378
const char *extra = "/bar/foo/baz.test100";
@@ -395,7 +394,6 @@ do { \
395
394
X_EXPECT_TRUE(s, p3, TFW_STR_EQ_DEFAULT);
396
X_EXPECT_TRUE(s, p4, TFW_STR_EQ_DEFAULT);
397
X_EXPECT_TRUE(s, p5, TFW_STR_EQ_DEFAULT);
398
- X_EXPECT_TRUE(s, p6, TFW_STR_EQ_DEFAULT);
399
400
X_EXPECT_FALSE(s, f1, TFW_STR_EQ_DEFAULT);
401
X_EXPECT_FALSE(s, f2, TFW_STR_EQ_DEFAULT);
0 commit comments