summaryrefslogtreecommitdiff
path: root/source4/torture/basic
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2012-08-08 23:36:52 +0200
committerMichael Adam <obnox@samba.org>2012-08-09 16:23:46 +0200
commit2352227b6609c6ba5111201db25711d9c7840dc1 (patch)
treec7799ad571602ced7202a250e1e817c6347b438a /source4/torture/basic
parent6cc5a54bc05e3379eafd4eb1cc571017903d7fe5 (diff)
downloadsamba-2352227b6609c6ba5111201db25711d9c7840dc1.tar.gz
samba-2352227b6609c6ba5111201db25711d9c7840dc1.tar.bz2
samba-2352227b6609c6ba5111201db25711d9c7840dc1.zip
s4:torture:basic: fix a message typo in the delete17 test
Diffstat (limited to 'source4/torture/basic')
-rw-r--r--source4/torture/basic/delete.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/torture/basic/delete.c b/source4/torture/basic/delete.c
index 7a55179407..6a90efd97e 100644
--- a/source4/torture/basic/delete.c
+++ b/source4/torture/basic/delete.c
@@ -941,7 +941,7 @@ static bool deltest17(struct torture_context *tctx, struct smbcli_state *cli1, s
0, 0);
/* Should work. */
- torture_assert(tctx, fnum2 != -1, talloc_asprintf(tctx, "open - 1 of %s failed (%s)",
+ torture_assert(tctx, fnum2 != -1, talloc_asprintf(tctx, "open - 2 of %s failed (%s)",
fname, smbcli_errstr(cli1->tree)));
/* still not reported as being set on either */