summaryrefslogtreecommitdiff
path: root/source4/torture/raw/raw.c
diff options
context:
space:
mode:
authorZach Loafman <zachary.loafman@isilon.com>2009-12-14 10:31:02 -0800
committerTim Prouty <tprouty@samba.org>2009-12-15 09:13:24 -0800
commit5930f770d279a5aee2aed805b8732aafd9288c26 (patch)
treea80ab02673127a0f65717f75eb47b6765f73f72e /source4/torture/raw/raw.c
parentd732fb43a6ba6932b966ff382954e52a0489efda (diff)
downloadsamba-5930f770d279a5aee2aed805b8732aafd9288c26.tar.gz
samba-5930f770d279a5aee2aed805b8732aafd9288c26.tar.bz2
samba-5930f770d279a5aee2aed805b8732aafd9288c26.zip
s4 torture: Convert RAW-OPEN to suite form
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 2aa3d0d3ef..3d299a9fb0 100644
--- a/source4/torture/raw/raw.c
+++ b/source4/torture/raw/raw.c
@@ -44,7 +44,7 @@ NTSTATUS torture_raw_init(void)
torture_suite_add_suite(suite, torture_raw_sfileinfo(suite));
torture_suite_add_suite(suite, torture_raw_search(suite));
torture_suite_add_1smb_test(suite, "CLOSE", torture_raw_close);
- torture_suite_add_1smb_test(suite, "OPEN", torture_raw_open);
+ torture_suite_add_suite(suite, torture_raw_open(suite));
torture_suite_add_1smb_test(suite, "MKDIR", torture_raw_mkdir);
torture_suite_add_suite(suite, torture_raw_oplock(suite));
torture_suite_add_1smb_test(suite, "HOLD-OPLOCK", torture_hold_oplock);