diff options
author | Michael Adam <obnox@samba.org> | 2012-08-08 23:36:52 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2012-08-09 16:23:46 +0200 |
commit | 2352227b6609c6ba5111201db25711d9c7840dc1 (patch) | |
tree | c7799ad571602ced7202a250e1e817c6347b438a /source4/torture/basic | |
parent | 6cc5a54bc05e3379eafd4eb1cc571017903d7fe5 (diff) | |
download | samba-2352227b6609c6ba5111201db25711d9c7840dc1.tar.gz |
s4:torture:basic: fix a message typo in the delete17 test
Diffstat (limited to 'source4/torture/basic')
-rw-r--r-- | source4/torture/basic/delete.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/torture/basic/delete.c b/source4/torture/basic/delete.c index 7a551794070..6a90efd97e0 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 */ |