summaryrefslogtreecommitdiffstats
path: root/source/torture/t_strcmp.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/torture/t_strcmp.c')
-rw-r--r--source/torture/t_strcmp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/torture/t_strcmp.c b/source/torture/t_strcmp.c
index bc8640ee550..318423b8be0 100644
--- a/source/torture/t_strcmp.c
+++ b/source/torture/t_strcmp.c
@@ -12,7 +12,7 @@ int main(int argc, char *argv[])
int iters = 1;
/* Needed to initialize character set */
- lp_load("/dev/null", True, False, False);
+ lp_load("/dev/null", True, False, False, True);
if (argc < 3) {
fprintf(stderr, "usage: %s STRING1 STRING2 [ITERS]\n"