Update buildroot to 2020.11-rc2 (#995)
Signed-off-by: Stefan Agner <stefan@agner.ch>
This commit is contained in:
@@ -50,6 +50,7 @@ class TestSELinuxSystemd(infra.basetest.BRTest):
|
||||
self.assertEqual(ret, 0)
|
||||
self.assertEqual(out[0], "system_u:system_r:init_t\0")
|
||||
|
||||
|
||||
class TestSELinuxSystemdExt4(TestSELinuxSystemd):
|
||||
config = TestSELinuxSystemd.config + \
|
||||
"""
|
||||
@@ -61,6 +62,7 @@ class TestSELinuxSystemdExt4(TestSELinuxSystemd):
|
||||
def test_run(self):
|
||||
self.run_tests("ext4")
|
||||
|
||||
|
||||
class TestSELinuxSystemdSquashfs(TestSELinuxSystemd):
|
||||
config = TestSELinuxSystemd.config + \
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user