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

s3: torture: In run_smb1_wild_mangle_unlink_test() use a valid pathname for rename target.

The server will not be supporting wildcard rename soon.

Signed-off-by: Jeremy Allison <jra@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
This commit is contained in:
Jeremy Allison 2021-12-02 14:10:41 -08:00 committed by Ralph Boehme
parent 78ee275c73
commit ef1d9d31bc

View File

@ -12985,7 +12985,7 @@ static bool run_smb1_wild_mangle_rename_test(int dummy)
const char *foostar_name = "smb1_wild_mangle_rename/fo*";
const char *wild_name = "smb1_wild_mangle_rename/*";
char *windows_rename_src = NULL;
const char *windows_rename_dst = "smb1_wild_mangle_rename\\ba*";
const char *windows_rename_dst = "smb1_wild_mangle_rename\\bar";
char *mangled_name = NULL;
NTSTATUS status;