]> git.lyx.org Git - features.git/blobdiff - development/autotests/export.cmake
Amend 92628a29:Try to use valid locales for testing
[features.git] / development / autotests / export.cmake
index d5b23a22e5b465967f7b5938c51ccc58c172d559..0f448bff8ddcbb09c6d9eb45b735e3a4d78a14da 100755 (executable)
@@ -110,6 +110,7 @@ endmacro()
 
 set(ENV{${LYX_USERDIR_VER}} "${LYX_TESTS_USERDIR}")
 set(ENV{LANG} "en_US.UTF-8") # to get all error-messages in english
+set(ENV{LANGUAGE} "US:en")
 #set(ENV{LC_ALL} "C")
 if (extension MATCHES "\\.lyx$")
   include(${TOP_SRC_DIR}/development/autotests/CheckLoadErrors.cmake)