summaryrefslogtreecommitdiff
path: root/source4/torture/basic
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2007-01-16 01:36:15 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:43:36 -0500
commit6967a73f360d746de19068ee9d1e46a94101edb2 (patch)
tree46efe9e251b47addd4d0bb81c2fc4f339c280644 /source4/torture/basic
parent6688846ee1613392c2dc6b11e33732adc656b362 (diff)
downloadsamba-6967a73f360d746de19068ee9d1e46a94101edb2.tar.gz
samba-6967a73f360d746de19068ee9d1e46a94101edb2.tar.bz2
samba-6967a73f360d746de19068ee9d1e46a94101edb2.zip
r20823: Remove newlines in calls to torture_fail().
(This used to be commit 37c0cfe83bd9b9f799c880e3b5052a49631a113e)
Diffstat (limited to 'source4/torture/basic')
-rw-r--r--source4/torture/basic/base.c4
1 files changed, 2 insertions, 2 deletions
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)));
}