diff options
Diffstat (limited to 'python/samba/tests/source.py')
-rw-r--r-- | python/samba/tests/source.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/samba/tests/source.py b/python/samba/tests/source.py index 02e9ab221b..bc2554eef8 100644 --- a/python/samba/tests/source.py +++ b/python/samba/tests/source.py @@ -203,7 +203,7 @@ class TestSource(TestCase): self._push_file(files_without_shebang, fname, line_no) if files_with_shebang: self.fail(self._format_message(files_with_shebang, - 'Files with shebang line that are not executable:')) + 'Files with shebang line that are not executable:')) if files_without_shebang: self.fail(self._format_message(files_without_shebang, - 'Files without shebang line that are executable:')) + 'Files without shebang line that are executable:')) |