summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rwxr-xr-xtest/runtest3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/runtest b/test/runtest
index dac02779c..0031cab60 100755
--- a/test/runtest
+++ b/test/runtest
@@ -75,6 +75,9 @@ $parm_port_d2 = 1226; # Additional for daemon
$parm_port_d3 = 1227; # Additional for daemon
$parm_port_d4 = 1228; # Additional for daemon
+# Manually set locale
+$ENV{'LC_ALL'} = 'C';
+
###############################################################################