summaryrefslogtreecommitdiff
path: root/source4/torture/smbtorture.c
diff options
context:
space:
mode:
authorZachary Loafman <zachary.loafman@isilon.com>2009-11-16 21:13:26 +0000
committerTim Prouty <tprouty@samba.org>2009-12-03 20:21:22 -0800
commit5882282deaf3ce06c18fe2102f7f8dcc6e79b409 (patch)
tree06f03444ccda7cc9b9907a9441d89ef3917c1362 /source4/torture/smbtorture.c
parent60d9828ade304dc7aa9b01f1be1dfea86b04248e (diff)
downloadsamba-5882282deaf3ce06c18fe2102f7f8dcc6e79b409.tar.gz
s4 torture: Allow READ to be parameterized, add more readx tests
Signed-off-by: Tim Prouty <tprouty@samba.org>
Diffstat (limited to 'source4/torture/smbtorture.c')
-rw-r--r--source4/torture/smbtorture.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/torture/smbtorture.c b/source4/torture/smbtorture.c
index 747911e5a91..d02ec2961b9 100644
--- a/source4/torture/smbtorture.c
+++ b/source4/torture/smbtorture.c
@@ -548,6 +548,7 @@ int main(int argc,char *argv[])
"true");
lp_set_cmdline(cmdline_lp_ctx, "torture:deny_dos_support", "false");
lp_set_cmdline(cmdline_lp_ctx, "torture:deny_fcb_support", "false");
+ lp_set_cmdline(cmdline_lp_ctx, "torture:read_support", "false");
}
if (max_runtime) {