mirror of
https://github.com/SELinuxProject/selinux
synced 2025-02-03 03:12:17 +00:00
Remove test_booleans_l from test, it is bogus
This commit is contained in:
parent
52d52fe2d6
commit
fc965a99c6
@ -67,12 +67,6 @@ class SepolicyTests(unittest.TestCase):
|
||||
out, err = p.communicate()
|
||||
self.assertSuccess(p.returncode, err)
|
||||
|
||||
def test_booleans_l(self):
|
||||
"Verify sepolicy booleans -l fails"
|
||||
p = Popen(['sepolicy', 'booleans', '-l'], stdout = PIPE)
|
||||
out, err = p.communicate()
|
||||
self.assertFailure(p.returncode)
|
||||
|
||||
def test_booleans_a(self):
|
||||
"Verify sepolicy booleans -a works"
|
||||
p = Popen(['sepolicy', 'booleans', '-a'], stdout = PIPE)
|
||||
|
Loading…
Reference in New Issue
Block a user