summaryrefslogtreecommitdiff
path: root/source4/torture/raw/raw.c
diff options
context:
space:
mode:
authorZack Kirsch <zack.kirsch@isilon.com>2009-07-02 14:08:41 -0700
committerTim Prouty <tprouty@samba.org>2009-12-07 16:54:16 -0800
commit1724273ab94269783ddbe367c5c9ec2bf690b70b (patch)
tree62e28fcf4e5434a41c2bf0b23300515af9908b9e /source4/torture/raw/raw.c
parent919440a2aa19b8e0eeb6387fea99dd049132b7dd (diff)
downloadsamba-1724273ab94269783ddbe367c5c9ec2bf690b70b.tar.gz
samba-1724273ab94269783ddbe367c5c9ec2bf690b70b.tar.bz2
samba-1724273ab94269783ddbe367c5c9ec2bf690b70b.zip
s4 torture: RAW-ACL Improvements
- Change RAW-ACLS test suite so each test can be run individually. - Add verify_sd() and verify_attrib() helper functions. - Change test_nttrans_create() to work for both files and directories. - Fix a segfault in test_inheritance() when the test errors out early. - test_sd_get_set() does not pass against XP or Vista, so it is no longer added to the RAW-ACLS test suite. - Minor fixes to test_inheritance(). - New INHERITFLAGS test, which tests the auto inheritance flags a bit more. - printf -> torture_comment / torture_warning / torture_result
Diffstat (limited to 'source4/torture/raw/raw.c')
-rw-r--r--source4/torture/raw/raw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/torture/raw/raw.c b/source4/torture/raw/raw.c
index c47ad92cc9..2aa3d0d3ef 100644
--- a/source4/torture/raw/raw.c
+++ b/source4/torture/raw/raw.c
@@ -61,7 +61,7 @@ NTSTATUS torture_raw_init(void)
torture_suite_add_1smb_test(suite, "SEEK", torture_raw_seek);
torture_suite_add_1smb_test(suite, "EAS", torture_raw_eas);
torture_suite_add_suite(suite, torture_raw_streams(suite));
- torture_suite_add_1smb_test(suite, "ACLS", torture_raw_acls);
+ torture_suite_add_suite(suite, torture_raw_acls(suite));
torture_suite_add_1smb_test(suite, "COMPOSITE", torture_raw_composite);
torture_suite_add_simple_test(suite, "SAMBA3HIDE", torture_samba3_hide);
torture_suite_add_simple_test(suite, "SAMBA3CLOSEERR", torture_samba3_closeerr);