[exim-cvs] Manually control locale, setting to "C" in runtes…

Top Page
Delete this message
Reply to this message
Author: Exim Git Commits Mailing List
Date:  
To: exim-cvs
Subject: [exim-cvs] Manually control locale, setting to "C" in runtest script.
Gitweb: http://git.exim.org/exim.git/commitdiff/df88d501afa127937c60832388a75553626c8926
Commit:     df88d501afa127937c60832388a75553626c8926
Parent:     60788a1cfdd64787ed6513986af2335b51d89766
Author:     Todd Lyons <tlyons@???>
AuthorDate: Wed May 23 06:35:31 2012 -0700
Committer:  Todd Lyons <tlyons@???>
CommitDate: Wed May 23 06:36:54 2012 -0700


    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 files changed, 3 insertions(+), 0 deletions(-)


diff --git a/test/runtest b/test/runtest
index dac0277..0031cab 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';
+


###############################################################################