From: Todd Lyons Date: Wed, 23 May 2012 13:35:31 +0000 (-0700) Subject: Manually control locale, setting to "C" in runtest script. X-Git-Tag: exim-4_80_RC5~6 X-Git-Url: https://git.exim.org/exim.git/commitdiff_plain/df88d501afa127937c60832388a75553626c8926 Manually control locale, setting to "C" in runtest script. Fixes the output of 'ls' command to a standard format (test 345). --- 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'; + ###############################################################################