diff --git a/tests/treble_sepolicy_tests.py b/tests/treble_sepolicy_tests.py index 9f2526e4b08071bdcc42b01640f6e41f1ede34bd..3c5c535128f87c1c056a207d7a905d32947efd47 100644 --- a/tests/treble_sepolicy_tests.py +++ b/tests/treble_sepolicy_tests.py @@ -236,7 +236,7 @@ def TestNoUnmappedNewTypes(): ret += "SELinux: The following types were found added to the policy " ret += "without an entry into the compatibility mapping file(s) found " ret += "in private/compat/" + compatMapping.apiLevel + "/" - ret += compatMapping.apiLevel + "[.ignore].cil/n" + ret += compatMapping.apiLevel + "[.ignore].cil\n" ret += " ".join(str(x) for x in sorted(violators)) + "\n" return ret