From f02206d933c2952b9b9674b94290142f269248c5 Mon Sep 17 00:00:00 2001 From: Tim Prouty Date: Thu, 17 Dec 2009 13:35:01 -0800 Subject: s4 torture: RAW-STREAMS-CREATEDISP Use a normal deny mode --- source4/torture/raw/streams.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source4/torture/raw/streams.c b/source4/torture/raw/streams.c index c0cb64b106..6b41031fcb 100644 --- a/source4/torture/raw/streams.c +++ b/source4/torture/raw/streams.c @@ -1487,7 +1487,7 @@ static bool test_stream_create_disposition(struct torture_context *tctx, io.openx.level = RAW_OPEN_OPENX; io.openx.in.flags = OPENX_FLAGS_ADDITIONAL_INFO; - io.openx.in.open_mode = OPENX_MODE_ACCESS_RDWR; + io.openx.in.open_mode = OPENX_MODE_ACCESS_RDWR | OPEN_FLAGS_DENY_NONE; io.openx.in.search_attrs = 0; io.openx.in.file_attrs = 0; io.openx.in.write_time = 0; -- cgit