2
0
mirror of https://gitlab.com/apparmor/apparmor synced 2025-09-03 15:55:46 +00:00

Fix spelling and grammar errors.

This commit is contained in:
Mark Grassi
2022-06-18 16:14:45 -04:00
parent d7e3f33aa8
commit c255968e63
7 changed files with 10 additions and 10 deletions

View File

@@ -62,7 +62,7 @@ class TestAdd_profile(AATest):
def testAdd_profileError_2(self):
with self.assertRaises(AppArmorBug):
self.pl.add_profile('/etc/apparmor.d/bin.foo', None, None, self.dummy_profile) # neither attachment or profile name
self.pl.add_profile('/etc/apparmor.d/bin.foo', None, None, self.dummy_profile) # neither attachment nor profile name
def testAdd_profileError_list_nonexisting_file(self):
self.pl.add_profile('/etc/apparmor.d/bin.foo', 'foo', None, self.dummy_profile)