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>
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;
}