diff options
Diffstat (limited to 'python/samba/tests/source.py')
-rw-r--r-- | python/samba/tests/source.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/samba/tests/source.py b/python/samba/tests/source.py index 378c6a2e9fd..5a62dbf8a33 100644 --- a/python/samba/tests/source.py +++ b/python/samba/tests/source.py @@ -196,7 +196,7 @@ class TestSource(TestCase): def test_shebang_lines(self): """Check that files with shebang lines and only those are executable.""" files_with_shebang = {} - files_without_shebang= {} + files_without_shebang = {} for fname, line_no, line in self._iter_source_files_lines(): if line_no >= 1: continue |