]> git.ipfire.org Git - thirdparty/samba.git/commit
tests: Fix test_symlinkerror_absolute_inshare
authorVolker Lendecke <vl@samba.org>
Tue, 16 May 2023 15:32:28 +0000 (17:32 +0200)
committerRalph Boehme <slow@samba.org>
Fri, 22 Nov 2024 09:50:37 +0000 (09:50 +0000)
commit647b711e4e11c70a16be542be34e3c4b999664e0
treecea5a2d6693c289531f0c87896f61c404ee29e2e
parent63d877342a2772eab9ad9f601fe9554cbdc6a329
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>
python/samba/tests/smb2symlink.py