Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
mailutils
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
aee7b4a3
...
aee7b4a3f3dd3ea6f753b80b03ae894c16164674
authored
2003-04-03 11:52:06 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Set LC_ALL to C before proceeding.
1 parent
5b78b0db
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
testsuite/lib/mailutils.exp
testsuite/lib/mailutils.exp
View file @
aee7b4a
...
...
@@ -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
...
...
Please
register
or
sign in
to post a comment