From 54e5810638c2d0e8764a333fb0f853a7ee942a55 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Wed, 8 Aug 2012 12:19:52 +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 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); -- cgit