git://git.exim.org
/
exim.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
60788a1
)
Manually control locale, setting to "C" in runtest script.
author
Todd Lyons
<tlyons@exim.org>
Wed, 23 May 2012 13:35:31 +0000
(06:35 -0700)
committer
Todd Lyons
<tlyons@exim.org>
Wed, 23 May 2012 13:36:54 +0000
(06:36 -0700)
Fixes the output of 'ls' command to a standard format (test 345).
test/runtest
patch
|
blob
|
history
diff --git
a/test/runtest
b/test/runtest
index dac02779c6c28ff8cd7e099ebf2fe68a115b1383..0031cab6044fd39e03cbfc28bf07ec4071e6d975 100755
(executable)
--- 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';
+
###############################################################################