2
0
mirror of https://gitlab.com/apparmor/apparmor synced 2025-09-01 14:55:10 +00:00

utils test: fix typo in simple_tests output

Signed-off-by: Steve Beattie <steve.beattie@canonical.com>
This commit is contained in:
Steve Beattie
2020-05-05 11:54:49 -07:00
parent 08c6c6eecf
commit 253073b798

View File

@@ -498,7 +498,7 @@ def find_and_setup_test_profiles(profile_dir):
apparmor.profile_dir = profile_dir
print('Searching for parser simpe_tests... (this will take a while)')
print('Searching for parser simple_tests... (this will take a while)')
for root, dirs, files in os.walk(profile_dir):
relpath = os.path.relpath(root, profile_dir)