diff options
author | Michael Adam <obnox@samba.org> | 2012-08-08 12:17:53 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2012-08-09 15:29:46 +0200 |
commit | 7a7b86d3c7149d6b9ccd065d15d818e9d336b98c (patch) | |
tree | fe8ffe592ca73bbac2dd2d512f58e2f580cc7479 /source3/torture | |
parent | 5b1afa63073155eab7035b7f7a5cf1fc1f62dc3d (diff) | |
download | samba-7a7b86d3c7149d6b9ccd065d15d818e9d336b98c.tar.gz samba-7a7b86d3c7149d6b9ccd065d15d818e9d336b98c.tar.bz2 samba-7a7b86d3c7149d6b9ccd065d15d818e9d336b98c.zip |
s3:torture:delete: add a comment
Diffstat (limited to 'source3/torture')
-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, |