From 6967a73f360d746de19068ee9d1e46a94101edb2 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Tue, 16 Jan 2007 01:36:15 +0000 Subject: r20823: Remove newlines in calls to torture_fail(). (This used to be commit 37c0cfe83bd9b9f799c880e3b5052a49631a113e) --- source4/torture/basic/base.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source4/torture/basic/base.c') diff --git a/source4/torture/basic/base.c b/source4/torture/basic/base.c index 1fdddd0856..dcec1bbfb5 100644 --- a/source4/torture/basic/base.c +++ b/source4/torture/basic/base.c @@ -93,7 +93,7 @@ static BOOL tcon_devtest(struct torture_context *tctx, if (status) { torture_fail(tctx, talloc_asprintf(tctx, "tconx to share %s with type %s " - "should have failed but succeeded\n", + "should have failed but succeeded", myshare, devtype)); } else { if (NT_STATUS_EQUAL(smbcli_nt_error(cli->tree), @@ -725,7 +725,7 @@ static BOOL run_vuidtest(struct torture_context *tctx, NT_STATUS_INVALID_HANDLE)) { torture_fail(tctx, talloc_asprintf(tctx, "qfileinfo should have returned DOS error " - "ERRSRV:ERRbaduid\n but returned %s\n", + "ERRSRV:ERRbaduid\n but returned %s", smbcli_errstr(cli->tree))); } -- cgit