mirror of
https://github.com/samba-team/samba.git
synced 2025-02-25 17:57:42 +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:
parent
6cfa378833
commit
3a60fc5da4
@ -186,7 +186,7 @@ class Smb2SymlinkTests(samba.tests.libsmb.LibsmbTests):
|
|||||||
except:
|
except:
|
||||||
self.fail("Could not parse symlink buffer")
|
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):
|
def test_bug15505(self):
|
||||||
"""Test an absolute intermediate symlink inside the share"""
|
"""Test an absolute intermediate symlink inside the share"""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user