1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-08 21:18:16 +03:00

samba.tests.source: Fix lint.

Change-Id: I3dc614c34aa2c4fca6f2ca68196e71b9129b5b76
Signed-off-by: Jelmer Vernooij <jelmer@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
Jelmer Vernooij 2014-09-27 18:03:04 +02:00 committed by Andrew Bartlett
parent 997ee574a3
commit 2cdf553545

View File

@ -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:'))