]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
s3:torture:delete: add a comment
authorMichael Adam <obnox@samba.org>
Wed, 8 Aug 2012 10:19:52 +0000 (12:19 +0200)
committerMichael Adam <obnox@samba.org>
Thu, 9 Aug 2012 13:29:49 +0000 (15:29 +0200)
source3/torture/torture.c

index b42a6ece62f7bdac743abaa6e80d0b4b4c3e6f19..dcaa905ed753c2fed17ae5e98c41598b2996f705 100644 (file)
@@ -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);