summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTodd Lyons <tlyons@exim.org>2012-05-23 06:35:31 -0700
committerTodd Lyons <tlyons@exim.org>2012-05-23 06:36:54 -0700
commitdf88d501afa127937c60832388a75553626c8926 (patch)
tree1239a36377536da9213c7843de351a170647f7f6
parent60788a1cfdd64787ed6513986af2335b51d89766 (diff)
downloadexim4-df88d501afa127937c60832388a75553626c8926.tar.gz
Manually control locale, setting to "C" in runtest script.
Fixes the output of 'ls' command to a standard format (test 345).
-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';
+
###############################################################################