mirror of
https://github.com/samba-team/samba.git
synced 2025-12-17 04:23:50 +03:00
tests: Remove a pointless ;
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
committed by
Jeremy Allison
parent
6cfa378833
commit
3a60fc5da4
@@ -186,7 +186,7 @@ class Smb2SymlinkTests(samba.tests.libsmb.LibsmbTests):
|
||||
except:
|
||||
self.fail("Could not parse symlink buffer")
|
||||
|
||||
self.assertEqual(syml, ('bar', 'bar', 0, 1));
|
||||
self.assertEqual(syml, ('bar', 'bar', 0, 1))
|
||||
|
||||
def test_bug15505(self):
|
||||
"""Test an absolute intermediate symlink inside the share"""
|
||||
|
||||
Reference in New Issue
Block a user