sepolicy: Fix minor typo in 'transition -s' test

Signed-off-by: Petr Lautrbach <plautrba@redhat.com>
This commit is contained in:
Petr Lautrbach 2017-07-27 15:10:50 +02:00 committed by Stephen Smalley
parent 00548bd9b6
commit dabb4c06ca

View File

@ -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)