Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rwxr-xr-xtest/test1.py2
-rwxr-xr-xtest/test2.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/test/test1.py b/test/test1.py
index 220cb83..6822c7f 100755
--- a/test/test1.py
+++ b/test/test1.py
@@ -3,7 +3,7 @@
# This test opens the interface and just clicks around a bit.
import os
-os.environ['LANG']='en_US.UTF-8'
+os.environ['LANG']='C'
from dogtail.procedural import *
diff --git a/test/test2.py b/test/test2.py
index e42fca0..d85ba8b 100755
--- a/test/test2.py
+++ b/test/test2.py
@@ -3,7 +3,7 @@
# This test opens a password encrypted file and tries to unlock it.
import os
-os.environ['LANG']='en_US.UTF-8'
+os.environ['LANG']='C'
from dogtail.procedural import *