r20423: Fix debug output
authorVolker Lendecke <vlendec@samba.org>
Sat, 30 Dec 2006 17:53:28 +0000 (17:53 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 19:30:35 +0000 (14:30 -0500)
(This used to be commit 6afc394d9349782788cc06a38750f0723a5a55e7)

source4/torture/basic/base.c

index a2d9944ee8449e9e926f0ecb8c0702c20ccca0d1..1fdddd0856bd18e67d20160b511fff4f09aef94a 100644 (file)
@@ -1539,7 +1539,7 @@ static BOOL torture_samba3_errorpaths(struct torture_context *tctx)
                if (!NT_STATUS_EQUAL(status,
                                     NT_STATUS_DOS(ERRDOS, ERRrename))) {
                        torture_comment(tctx, "(%s) incorrect status %s "
-                                       "should be ERRDOS:ERRnoaccess\n",
+                                       "should be ERRDOS:ERRrename\n",
                                        __location__, nt_errstr(status));
                        goto fail;
                }