summaryrefslogtreecommitdiff
path: root/source4/torture/local/iconv.c
diff options
context:
space:
mode:
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;