]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
s3: torture: In run_smb1_wild_mangle_unlink_test() use a valid pathname for rename...
authorJeremy Allison <jra@samba.org>
Thu, 2 Dec 2021 22:10:41 +0000 (14:10 -0800)
committerRalph Boehme <slow@samba.org>
Thu, 9 Dec 2021 18:06:35 +0000 (18:06 +0000)
The server will not be supporting wildcard rename soon.

Signed-off-by: Jeremy Allison <jra@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
source3/torture/torture.c

index 5951583ec8baff041915915ebd94eee03b8e37a6..cc367ff0b22b72342c3fab9e39d041b2554c04cb 100644 (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;