summaryrefslogtreecommitdiffstats
path: root/source4/torture/basic/locking.c
diff options
context:
space:
mode:
authorZack Kirsch <zack.kirsch@isilon.com>2009-02-09 21:59:40 -0800
committerTim Prouty <tprouty@samba.org>2009-02-11 12:23:32 -0800
commit307f4a66acfe3836550d57caf9aba347b24ba61e (patch)
treed21fd6b299a8e13d1181f8cdd2ba1c04cef85fbc /source4/torture/basic/locking.c
parentdc9387ec42b40ace38ba398148f5c20ae13e4a2c (diff)
downloadsamba-307f4a66acfe3836550d57caf9aba347b24ba61e.tar.gz
samba-307f4a66acfe3836550d57caf9aba347b24ba61e.tar.xz
samba-307f4a66acfe3836550d57caf9aba347b24ba61e.zip
s4 torture: Two minor fixes to smbtorture BRL tests.
Diffstat (limited to 'source4/torture/basic/locking.c')
-rw-r--r--source4/torture/basic/locking.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/torture/basic/locking.c b/source4/torture/basic/locking.c
index fcac52ca6a1..06a960bc812 100644
--- a/source4/torture/basic/locking.c
+++ b/source4/torture/basic/locking.c
@@ -610,7 +610,7 @@ ret = NT_STATUS_IS_OK(smbcli_unlock(cli1->tree, fnum1, 0, 4)) &&
NT_STATUS_IS_OK(smbcli_unlock(cli1->tree, fnum1, 0, 4));
EXPECTED(ret, true);
- torture_comment(tctx, "the same process %s unlock the stack of 4 locks\n", ret?"can":"cannot");
+ torture_comment(tctx, "the same process %s unlock the stack of 3 locks\n", ret?"can":"cannot");
/* Ensure the next unlock fails. */
ret = NT_STATUS_IS_OK(smbcli_unlock(cli1->tree, fnum1, 0, 4));