From df88d501afa127937c60832388a75553626c8926 Mon Sep 17 00:00:00 2001 From: Todd Lyons Date: Wed, 23 May 2012 06:35:31 -0700 Subject: [PATCH] Manually control locale, setting to "C" in runtest script. Fixes the output of 'ls' command to a standard format (test 345). --- test/runtest | 3 +++ 1 file changed, 3 insertions(+) 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'; + ############################################################################### -- 2.30.2