From: Michael Adam Date: Wed, 8 Aug 2012 21:36:52 +0000 (+0200) Subject: s4:torture:basic: fix a message typo in the delete17 test X-Git-Tag: samba-4.0.0beta6~39 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2352227b6609c6ba5111201db25711d9c7840dc1;p=thirdparty%2Fsamba.git s4:torture:basic: fix a message typo in the delete17 test --- 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 */