diff options
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 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); |