mirror of
https://github.com/SELinuxProject/selinux
synced 2025-04-01 23:08:09 +00:00
sepolicy: Fix minor typo in 'transition -s' test
Signed-off-by: Petr Lautrbach <plautrba@redhat.com>
This commit is contained in:
parent
00548bd9b6
commit
dabb4c06ca
@ -60,7 +60,7 @@ class SepolicyTests(unittest.TestCase):
|
||||
self.assertSuccess(p.returncode, err)
|
||||
|
||||
def test_transition_s(self):
|
||||
"Verify sepolicy transition -l works"
|
||||
"Verify sepolicy transition -s works"
|
||||
p = Popen(['sepolicy', 'transition', '-s', 'httpd_t'], stdout=PIPE)
|
||||
out, err = p.communicate()
|
||||
self.assertSuccess(p.returncode, err)
|
||||
|
Loading…
Reference in New Issue
Block a user