From 9058288d6a9ddf7472711d4e3fe51c704c4f0144 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Wed, 8 Aug 2012 12:06:13 +0200 Subject: [PATCH] s3:torture:delete: fix a comment --- source3/torture/torture.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source3/torture/torture.c b/source3/torture/torture.c index 7ced0e1d0af..58b41593e25 100644 --- a/source3/torture/torture.c +++ b/source3/torture/torture.c @@ -4182,7 +4182,7 @@ static bool run_deletetest(int dummy) printf("seventh delete on close test succeeded.\n"); - /* Test 7 ... */ + /* Test 8 ... */ cli_setatr(cli1, fname, 0, 0); cli_unlink(cli1, fname, FILE_ATTRIBUTE_SYSTEM | FILE_ATTRIBUTE_HIDDEN); -- 2.11.4.GIT