summaryrefslogtreecommitdiff
path: root/source4/torture/raw/raw.c
diff options
context:
space:
mode:
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 88cb1c59a4..39698dc15e 100644
--- a/source4/torture/raw/raw.c
+++ b/source4/torture/raw/raw.c
@@ -47,7 +47,7 @@ NTSTATUS torture_raw_init(void)
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);
- torture_suite_add_2smb_test(suite, "notify", torture_raw_notify);
+ torture_suite_add_suite(suite, torture_raw_notify(suite));
torture_suite_add_1smb_test(suite, "mux", torture_raw_mux);
torture_suite_add_1smb_test(suite, "ioctl", torture_raw_ioctl);
torture_suite_add_1smb_test(suite, "chkpath", torture_raw_chkpath);