diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2014-09-27 18:03:04 +0200 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2014-10-14 06:44:06 +0200 |
commit | 2cdf55354593dd96120ea34929f4be7133f0e230 (patch) | |
tree | c91d3c47cb3de7a6c1e3680a695e90f9baad1969 /python | |
parent | 997ee574a3d1976b132bf2478d9f8f49d70d3e07 (diff) | |
download | samba-2cdf55354593dd96120ea34929f4be7133f0e230.tar.gz |
samba.tests.source: Fix lint.
Change-Id: I3dc614c34aa2c4fca6f2ca68196e71b9129b5b76
Signed-off-by: Jelmer Vernooij <jelmer@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'python')
-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 02e9ab221b9..bc2554eef84 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:')) |