mirror of
https://github.com/samba-team/samba.git
synced 2025-12-18 08:23:51 +03:00
python:samba:tests: Fix code spelling
Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
committed by
Andreas Schneider
parent
ab3792931b
commit
d4798967c0
@@ -42,7 +42,7 @@ class SmbdBaseTests(TestCaseInTempDir):
|
||||
self.assertEqual(self.get_umask(), TEST_UMASK,
|
||||
"umask unexpectedly overridden by test")
|
||||
|
||||
# restore the original umask value (before we interferred with it)
|
||||
# restore the original umask value (before we interfered with it)
|
||||
os.umask(self.orig_umask)
|
||||
|
||||
super(SmbdBaseTests, self).tearDown()
|
||||
|
||||
Reference in New Issue
Block a user