summaryrefslogtreecommitdiff
path: root/source4/torture/local/iconv.c
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/local/iconv.c
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/local/iconv.c')
-rw-r--r--source4/torture/local/iconv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/torture/local/iconv.c b/source4/torture/local/iconv.c
index 9ef1849e43..45c01221d7 100644
--- a/source4/torture/local/iconv.c
+++ b/source4/torture/local/iconv.c
@@ -133,7 +133,7 @@ static bool test_buffer(struct torture_context *test,
if (cd == (iconv_t)-1) {
torture_fail(test,
talloc_asprintf(test,
- "failed to open %s to UTF-16LE\n",
+ "failed to open %s to UTF-16LE",
charset));
cd = NULL;
return false;