From 7a7b86d3c7149d6b9ccd065d15d818e9d336b98c Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Wed, 8 Aug 2012 12:17:53 +0200 Subject: s3:torture:delete: add a comment --- source3/torture/torture.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source3/torture') diff --git a/source3/torture/torture.c b/source3/torture/torture.c index 2d618de938..3654f95f1d 100644 --- a/source3/torture/torture.c +++ b/source3/torture/torture.c @@ -4250,6 +4250,8 @@ static bool run_deletetest(int dummy) printf("eighth delete on close test succeeded.\n"); + /* Test 9 ... */ + /* This should fail - we need to set DELETE_ACCESS. */ status = cli_ntcreate(cli1, fname, 0, FILE_READ_DATA|FILE_WRITE_DATA, FILE_ATTRIBUTE_NORMAL, -- cgit