s4:torture:basic: fix a message typo in the delete17 test
authorMichael Adam <obnox@samba.org>
Wed, 8 Aug 2012 21:36:52 +0000 (23:36 +0200)
committerMichael Adam <obnox@samba.org>
Thu, 9 Aug 2012 14:23:46 +0000 (16:23 +0200)
source4/torture/basic/delete.c

index 7a5517940704ec54623e22f5bb69f310cae9267c..6a90efd97e0ae9f14bafd1a7d90591700401e984 100644 (file)
@@ -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 */