X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/d40f27c34fca5f571ad130157d8499413a4b6939..51fb80db26ea90194e91bfb4b9676715f1466dfc:/test/runtest 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'; + ###############################################################################