diff options
Diffstat (limited to 'source3/torture/torture.c')
-rw-r--r-- | source3/torture/torture.c | 2 |
1 files changed, 2 insertions, 0 deletions
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, |