summaryrefslogtreecommitdiff
path: root/source4/torture/raw/raw.c
diff options
context:
space:
mode:
authorVolker Lendecke <vlendec@samba.org>2007-08-30 09:51:33 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 15:03:12 -0500
commitafe87d6cfc7e13005b1a5b8b8110e480410bb4a0 (patch)
treebb16f6bafbc4147c85c7cbba8f67983c2cc4663f /source4/torture/raw/raw.c
parentd510accb39f07ae0abfa0b5cdf2e834a41872cde (diff)
downloadsamba-afe87d6cfc7e13005b1a5b8b8110e480410bb4a0.tar.gz
samba-afe87d6cfc7e13005b1a5b8b8110e480410bb4a0.tar.bz2
samba-afe87d6cfc7e13005b1a5b8b8110e480410bb4a0.zip
r24798: RAW-SAMBA3POSIXTIMEDLOCK
This adds the torture:localdir option, smbtorture expects the share to actually reside in this directory. This might open up more solid posix vs cifs tests. (This used to be commit b0a40dd277c343f5c77c851b26981ddd8166f6bb)
Diffstat (limited to 'source4/torture/raw/raw.c')
-rw-r--r--source4/torture/raw/raw.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/torture/raw/raw.c b/source4/torture/raw/raw.c
index 598241b178..0c4a28e0d6 100644
--- a/source4/torture/raw/raw.c
+++ b/source4/torture/raw/raw.c
@@ -67,6 +67,8 @@ NTSTATUS torture_raw_init(void)
torture_suite_add_simple_test(suite, "SAMBA3BADPATH", torture_samba3_badpath);
torture_suite_add_simple_test(suite, "SAMBA3CASEINSENSITIVE",
torture_samba3_caseinsensitive);
+ torture_suite_add_simple_test(suite, "SAMBA3POSIXTIMEDLOCK",
+ torture_samba3_posixtimedlock);
torture_suite_add_simple_test(suite, "SCAN-EAMAX", torture_max_eas);
suite->description = talloc_strdup(suite,