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 b443265 commit b1525d0Copy full SHA for b1525d0
security/landlock/audit.c
@@ -175,7 +175,7 @@ static void test_get_hierarchy(struct kunit *const test)
175
KUNIT_EXPECT_EQ(test, 10, get_hierarchy(&dom2, 0)->id);
176
KUNIT_EXPECT_EQ(test, 20, get_hierarchy(&dom2, 1)->id);
177
KUNIT_EXPECT_EQ(test, 30, get_hierarchy(&dom2, 2)->id);
178
- KUNIT_EXPECT_EQ(test, 30, get_hierarchy(&dom2, -1)->id);
+ /* KUNIT_EXPECT_EQ(test, 30, get_hierarchy(&dom2, -1)->id); */
179
}
180
181
#endif /* CONFIG_SECURITY_LANDLOCK_KUNIT_TEST */
0 commit comments