diff options
author | Michael Adam <obnox@samba.org> | 2012-08-08 12:06:13 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2012-08-09 15:29:38 +0200 |
commit | 9058288d6a9ddf7472711d4e3fe51c704c4f0144 (patch) | |
tree | 0c17b2e6fea958fc062daf39ca398e89b7f2c009 | |
parent | bf492d1ffb16d39ce9d41eec86f95bb27e9c8f4e (diff) | |
download | samba-9058288d6a9ddf7472711d4e3fe51c704c4f0144.tar.gz samba-9058288d6a9ddf7472711d4e3fe51c704c4f0144.tar.bz2 samba-9058288d6a9ddf7472711d4e3fe51c704c4f0144.zip |
s3:torture:delete: fix a comment
-rw-r--r-- | source3/torture/torture.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/torture/torture.c b/source3/torture/torture.c index 7ced0e1d0a..58b41593e2 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); |