From: Volker Lendecke Date: Sun, 2 Jun 2019 10:50:50 +0000 (+0200) Subject: smbtorture: Match comment with test X-Git-Tag: ldb-2.0.5~361 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=beeb9d51c6f8ae6d9ae9738d3cda1398d1b08ed5;p=thirdparty%2Fsamba.git smbtorture: Match comment with test Signed-off-by: Volker Lendecke Reviewed-by: Stefan Metzmacher --- diff --git a/source4/torture/raw/lock.c b/source4/torture/raw/lock.c index 92585eea00e..f1fbdd6da71 100644 --- a/source4/torture/raw/lock.c +++ b/source4/torture/raw/lock.c @@ -164,7 +164,7 @@ static bool test_lock(struct torture_context *tctx, struct smbcli_state *cli) status = smb_raw_lock(cli->tree, &io); CHECK_STATUS(status, NT_STATUS_RANGE_NOT_LOCKED); - torture_comment(tctx, "Trying 0xEF000000 lock\n"); + torture_comment(tctx, "Trying 0xEEFFFFFF lock\n"); io.lock.level = RAW_LOCK_LOCK; io.lock.in.file.fnum = fnum; io.lock.in.count = 4000;