diff --git a/tests/scripts/check_files.py b/tests/scripts/check_files.py index 87326e8723..5647133b40 100755 --- a/tests/scripts/check_files.py +++ b/tests/scripts/check_files.py @@ -173,7 +173,7 @@ class ShebangIssueTracker(FileIssueTracker): b'sh': 'sh', } - path_exemptions = re.compile(r'tests/scripts/quiet/.*') + path_exemptions = re.compile(r'framework/scripts/quiet/.*') def is_valid_shebang(self, first_line, filepath): m = re.match(self._shebang_re, first_line)