From: Michael Adam Date: Wed, 8 Aug 2012 10:19:52 +0000 (+0200) Subject: s3:torture:delete: add a comment X-Git-Tag: samba-4.0.0beta6~46 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=54e5810638c2d0e8764a333fb0f853a7ee942a55;p=thirdparty%2Fsamba.git s3:torture:delete: add a comment --- diff --git a/source3/torture/torture.c b/source3/torture/torture.c index b42a6ece62f..dcaa905ed75 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);