mirror of
https://github.com/samba-team/samba.git
synced 2025-02-03 13:47:25 +03:00
4cc4938a28
This is an a bit subtle patch: The main trick is that the previous code a DFS-style \\server\share\dir1\dir2 path ended up in the list of directories to enumerate. This was then processed by do_list again, passing it to cli_resolve_path. However, cli_resolve_path always expects non-DFS style paths as input. This patch passes the original, non-DFS path to do_list_helper(), so that it ends up without the DFS style \\server\share prefix in the directory queue. From general failure it just fails on the SMB1-based environments, like the other smbclient_s3 ones in knownfail.d/smb1-tests Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
# Files in this directory contain lists of regular expressions # matching the names of tests that are temporarily expected to fail. # # "make test" will not report failures for tests listed here and will consider # a successful run for any of these tests an error. # # Empty lines and lines begining with '#' are ignored. # Please don't add tests to this README!