mirror of
https://github.com/samba-team/samba.git
synced 2025-12-17 04:23:50 +03:00
python:tests: Remove semicolons
Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
committed by
Andrew Bartlett
parent
7efe6b0ab4
commit
af61444d7a
@@ -27,7 +27,7 @@ class fuzzsmbd(samba.tests.TestCase):
|
||||
# terminated SMB1 Negprot, with a valid SessionSetup after.
|
||||
# BUG: #14205 causes the smbd server to crash.
|
||||
#
|
||||
state = True;
|
||||
state = True
|
||||
badblob = binascii.a2b_base64("AAAA1P9TTUJyAAAAABhDyAAAAAAAAAAAAAAAACcA/v8AAAAAALEAAlBDIE5F"
|
||||
"VFdPUksgUFJPR1JBTSD//jAAAk1JQ1JPU09GVCBOR1RXT1JLUyAxLjANDAJN"
|
||||
"SR3hkXOl0mb+QXW4Da/jp0f+AAAA1P9TTUJyAAAAABgDyAAABDQAAAAAAAAA"
|
||||
@@ -71,6 +71,6 @@ class fuzzsmbd(samba.tests.TestCase):
|
||||
for line in open(os.environ['SMBD_TEST_LOG']):
|
||||
if "INTERNAL ERROR: Signal 11 in pid" in line:
|
||||
print("Found crash in smbd log")
|
||||
state = False;
|
||||
state = False
|
||||
break
|
||||
self.assertTrue(state)
|
||||
|
||||
Reference in New Issue
Block a user