summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2003-04-03 11:52:06 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2003-04-03 11:52:06 +0000
commitaee7b4a3f3dd3ea6f753b80b03ae894c16164674 (patch)
treebcf5795177d6961bf9727bd80ea34415cc9e7970
parent5b78b0db0a66d5370b8f55cc676d2c431eb580a8 (diff)
downloadmailutils-aee7b4a3f3dd3ea6f753b80b03ae894c16164674.tar.gz
mailutils-aee7b4a3f3dd3ea6f753b80b03ae894c16164674.tar.bz2
Set LC_ALL to C before proceeding.
-rw-r--r--testsuite/lib/mailutils.exp3
1 files changed, 3 insertions, 0 deletions
diff --git a/testsuite/lib/mailutils.exp b/testsuite/lib/mailutils.exp
index 3ea5957b3..ec23617a3 100644
--- a/testsuite/lib/mailutils.exp
+++ b/testsuite/lib/mailutils.exp
@@ -18,6 +18,9 @@
verbose "STARTED" 1
+# Make sure we use POSIX locale
+set env(LC_ALL) "C"
+
proc mu_init {args} {
global TOOL_EXECUTABLE
global MU_TOOL

Return to:

Send suggestions and report system problems to the System administrator.