summaryrefslogtreecommitdiff
path: root/tests/tests.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tests.pro')
-rw-r--r--tests/tests.pro5
1 files changed, 1 insertions, 4 deletions
diff --git a/tests/tests.pro b/tests/tests.pro
index 808c386a..1f8e0284 100644
--- a/tests/tests.pro
+++ b/tests/tests.pro
@@ -39,13 +39,10 @@ OTHER_FILES += \
qtPrepareTool(APPMAN_PACKAGER, appman-packager)
unix {
- macos:ctype=UTF-8
- else:ctype=C.UTF-8
-
# create test data on the fly - this is needed for the CI server
testdata.target = testdata
testdata.depends = $$PWD/data/create-test-packages.sh $$APPMAN_PACKAGER_EXE
- testdata.commands = (cd $$PWD/data ; LC_CTYPE=$$ctype ./create-test-packages.sh $$APPMAN_PACKAGER)
+ testdata.commands = (cd $$PWD/data ; ./create-test-packages.sh $$APPMAN_PACKAGER)
QMAKE_EXTRA_TARGETS += testdata
# qmake would create a default check target implicitly, but since we need 'testdata' as an