From: Jeremy Allison Date: Thu, 2 Dec 2021 22:10:41 +0000 (-0800) Subject: s3: torture: In run_smb1_wild_mangle_unlink_test() use a valid pathname for rename... X-Git-Tag: tdb-1.4.6~399 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ef1d9d31bc3bf620c549a1c609e2ce99ceacff43;p=thirdparty%2Fsamba.git 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 Reviewed-by: Ralph Boehme --- diff --git a/source3/torture/torture.c b/source3/torture/torture.c index 5951583ec8b..cc367ff0b22 100644 --- a/source3/torture/torture.c +++ b/source3/torture/torture.c @@ -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;