summaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorcsharp@chromium.org <csharp@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-08-14 16:56:50 +0000
committercsharp@chromium.org <csharp@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-08-14 16:56:50 +0000
commit331578db601443cc5ba5d1d8abccabef5d1ea704 (patch)
treeafb2a8a3c216b45eebd1be3e660f7ffbd7096fb6 /testing
parent22e5fc268b4eea742bf7979038f3dba30887d440 (diff)
downloadchromium_src-331578db601443cc5ba5d1d8abccabef5d1ea704.zip
chromium_src-331578db601443cc5ba5d1d8abccabef5d1ea704.tar.gz
chromium_src-331578db601443cc5ba5d1d8abccabef5d1ea704.tar.bz2
Set LANG variable in test_env.py
NOTRY=true BUG= Review URL: https://chromiumcodereview.appspot.com/10825322 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151493 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'testing')
-rwxr-xr-xtesting/test_env.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/test_env.py b/testing/test_env.py
index 1d8bff8..0720fbb 100755
--- a/testing/test_env.py
+++ b/testing/test_env.py
@@ -30,7 +30,7 @@ def run_executable(cmd, env):
- Reuses sys.executable automatically.
"""
# Many tests assume a English interface...
- env['LANGUAGE'] = 'en_US.UTF-8'
+ env['LANG'] = 'en_US.UTF-8'
# Used by base/base_paths_linux.cc as an override. Just make sure the default
# logic is used.
env.pop('CR_SOURCE_ROOT', None)