X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/60788a1cfdd64787ed6513986af2335b51d89766..df88d501afa127937c60832388a75553626c8926:/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'; + ###############################################################################