diff options
author | Michael Adam <obnox@samba.org> | 2012-08-08 12:19:52 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2012-08-09 15:29:49 +0200 |
commit | 54e5810638c2d0e8764a333fb0f853a7ee942a55 (patch) | |
tree | bfb8cd35fe2338adb9d66810674a53783edf1413 /source3 | |
parent | c228b7abeed7de963f8bcc08014ac2a2ab656972 (diff) | |
download | samba-54e5810638c2d0e8764a333fb0f853a7ee942a55.tar.gz samba-54e5810638c2d0e8764a333fb0f853a7ee942a55.tar.bz2 samba-54e5810638c2d0e8764a333fb0f853a7ee942a55.zip |
s3:torture:delete: add a comment
Diffstat (limited to 'source3')
-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 b42a6ece62..dcaa905ed7 100644 --- a/source3/torture/torture.c +++ b/source3/torture/torture.c @@ -4297,6 +4297,8 @@ static bool run_deletetest(int dummy) printf("tenth delete on close test succeeded.\n"); + /* Test 11 ... */ + cli_setatr(cli1, fname, 0, 0); cli_unlink(cli1, fname, FILE_ATTRIBUTE_SYSTEM | FILE_ATTRIBUTE_HIDDEN); |