aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorAlex Merry <alex.merry@kde.org>2015-11-08 19:20:15 +0000
committerAlex Merry <alex.merry@kde.org>2015-11-08 19:26:28 +0000
commit994940ae780a860935f5321830fab1955a687b44 (patch)
tree35049a6ac6ed02ea7404219276166b969786fd76 /tests
parent21629f651a6a5d9d977be03fd9f98417c4fa27ae (diff)
downloadextra-cmake-modules-994940ae780a860935f5321830fab1955a687b44.tar.gz
extra-cmake-modules-994940ae780a860935f5321830fab1955a687b44.tar.bz2
Revert "Fix ECMPoQmToolsTest."
This commit is dependent on 009c480413910e8c1a18f4d1420f4a517ea606e6, which is the primary commit to be reverted. This reverts commit 39484722101730d4f1a4bccbc5467c0eb2cc0f6f.
Diffstat (limited to 'tests')
-rw-r--r--tests/ECMPoQmToolsTest/check.cmake.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ECMPoQmToolsTest/check.cmake.in b/tests/ECMPoQmToolsTest/check.cmake.in
index 6e6d46fe..8089db6e 100644
--- a/tests/ECMPoQmToolsTest/check.cmake.in
+++ b/tests/ECMPoQmToolsTest/check.cmake.in
@@ -62,7 +62,7 @@ if("@CMAKE_SYSTEM_NAME@" STREQUAL "Linux")
foreach(lang en de fr)
execute_process(
COMMAND "${CMAKE_COMMAND}" -E env "XDG_DATA_DIRS=${ACTUAL_TREE}/share"
- LANGUAGE=${lang} "${${exec}_EXEC}"
+ LC_ALL=${lang} "${${exec}_EXEC}"
OUTPUT_VARIABLE output
)
string(STRIP "${output}" stripped_output)