summaryrefslogtreecommitdiff
path: root/source4/torture/raw/raw.c
diff options
context:
space:
mode:
authorVolker Lendecke <vlendec@samba.org>2007-01-05 16:02:42 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:36:53 -0500
commit9e1a690d2830fe0209424194399ae988d5498cef (patch)
tree2f32698f0e325e0eb3a8887597ff40e3ca8165f0 /source4/torture/raw/raw.c
parent28b078ea03fa3a414f3816ad617616235eb4f8bf (diff)
downloadsamba-9e1a690d2830fe0209424194399ae988d5498cef.tar.gz
samba-9e1a690d2830fe0209424194399ae988d5498cef.tar.bz2
samba-9e1a690d2830fe0209424194399ae988d5498cef.zip
r20552: Little Samba3 test to force smb_close to return an error. Set delete on close,
and then remove perms from the parent dir.... Volker (This used to be commit f24c5052576d4951738f83c3b238d2c251d4553b)
Diffstat (limited to 'source4/torture/raw/raw.c')
-rw-r--r--source4/torture/raw/raw.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/torture/raw/raw.c b/source4/torture/raw/raw.c
index 817105614e..ee74d6b84b 100644
--- a/source4/torture/raw/raw.c
+++ b/source4/torture/raw/raw.c
@@ -56,6 +56,7 @@ NTSTATUS torture_raw_init(void)
torture_suite_add_simple_test(suite, "ACLS", torture_raw_acls);
torture_suite_add_simple_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);
torture_suite_add_simple_test(suite, "SAMBA3CHECKFSP", torture_samba3_checkfsp);
torture_suite_add_simple_test(suite, "SAMBA3BADPATH", torture_samba3_badpath);
torture_suite_add_simple_test(suite, "SCAN-EAMAX", torture_max_eas);