]> www.fi.muni.cz Git - evince.git/blobdiff - test/test2.py
Re-add locale settings to test files.
[evince.git] / test / test2.py
index c0958c857ec0870396647e559b320531b2f6ce37..e42fca0f3ac7dddc0a943eef8a688cef656163b1 100755 (executable)
@@ -2,6 +2,9 @@
 
 # This test opens a password encrypted file and tries to unlock it.
 
+import os
+os.environ['LANG']='en_US.UTF-8'
+
 from dogtail.procedural import *
 
 run('evince', arguments=' ./test-encrypt.pdf',)