From acdcadbf273c13d188a4651b4732662c1d709c0f Mon Sep 17 00:00:00 2001 From: Sam Thursfield Date: Sat, 14 Sep 2019 14:56:51 +0200 Subject: functional-tests/ipc: Set LANG to avoid warnings --- tests/functional-tests/ipc/meson.build | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/functional-tests/ipc/meson.build b/tests/functional-tests/ipc/meson.build index 1802c32ce..f07d08bfe 100644 --- a/tests/functional-tests/ipc/meson.build +++ b/tests/functional-tests/ipc/meson.build @@ -8,6 +8,7 @@ sandbox_args = ['-m', 'trackertestutils', '--dbus-config', test_dbus_config, '-- sandbox_env = environment() test_env.set('GSETTINGS_SCHEMA_DIR', tracker_uninstalled_gsettings_schema_dir) +test_env.set('LANG', 'en_GB.utf-8') test_env.prepend('PYTHONPATH', tracker_uninstalled_testutils_dir) test_env.set('TRACKER_DB_ONTOLOGIES_DIR', tracker_uninstalled_nepomuk_ontologies_dir) test_env.set('TRACKER_LANGUAGE_STOP_WORDS_DIR', tracker_uninstalled_stop_words_dir) -- cgit v1.2.1