]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
smbtorture: rename test smb2.maximum_allowed.read_only to smb2.maximum_allowed.read_o...
authorRalph Boehme <slow@samba.org>
Wed, 1 Apr 2026 10:19:35 +0000 (12:19 +0200)
committerStefan Metzmacher <metze@samba.org>
Wed, 29 Apr 2026 10:56:35 +0000 (10:56 +0000)
Soon going to add another test for directories called smb2.maximum_allowed.read_only_dir.

BUG: https://bugzilla.samba.org/show_bug.cgi?id=16030

Signed-off-by: Ralph Boehme <slow@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
source4/torture/smb2/max_allowed.c

index 6d69b84fbe67f9ec201af9b724808db1c1976c33..bc4b75527fc4f1843e795205e94764b9dc01271e 100644 (file)
@@ -275,6 +275,6 @@ struct torture_suite *torture_smb2_max_allowed(TALLOC_CTX *ctx)
        struct torture_suite *suite = torture_suite_create(ctx, "maximum_allowed");
 
        torture_suite_add_1smb2_test(suite, "maximum_allowed", torture_smb2_maximum_allowed);
-       torture_suite_add_1smb2_test(suite, "read_only", torture_smb2_read_only_file);
+       torture_suite_add_1smb2_test(suite, "read_only_file", torture_smb2_read_only_file);
        return suite;
 }