1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-03 01:18:10 +03:00

tests: Fix test_symlinkerror_absolute_inshare

This tests converting an absolute into a relative target. Reflect that
in the flags expected from the STOPPED_ON_SYMLINK error response.

As of this patch it's still knownfail, so irrelevant. But soon this test will
succeed.

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
This commit is contained in:
Volker Lendecke 2023-05-16 17:32:28 +02:00 committed by Ralph Boehme
parent 63d877342a
commit 647b711e4e

View File

@ -169,7 +169,7 @@ class Smb2SymlinkTests(samba.tests.libsmb.LibsmbTests):
{ 'unparsed_path_length' : 0,
'substitute_name' : rel_dest,
'print_name' : rel_dest,
'flags' : 0 })
'flags' : 1 })
self.clean_file(smb1, symlink)