summaryrefslogtreecommitdiff
path: root/tests/functional-tests
diff options
context:
space:
mode:
authorSam Thursfield <sam@afuera.me.uk>2020-03-15 14:50:58 +0100
committerSam Thursfield <sam@afuera.me.uk>2020-03-15 14:50:58 +0100
commit780cdc08482863f9f5e68ee7aec2d5736b4a57a8 (patch)
treef1db16bbbcc967173be8e25da7645ce4e887f3cb /tests/functional-tests
parent719da71c87350d34e6d11ef384b3c0f2bd760e73 (diff)
downloadtracker-780cdc08482863f9f5e68ee7aec2d5736b4a57a8.tar.gz
build: Fix a Meson warning
Fixes this: tests/functional-tests/ipc/meson.build:6: WARNING: Overriding previous value of environment variable 'PYTHONPATH' with a new one
Diffstat (limited to 'tests/functional-tests')
-rw-r--r--tests/functional-tests/ipc/meson.build1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/functional-tests/ipc/meson.build b/tests/functional-tests/ipc/meson.build
index b19d1a1ab..bf7728eeb 100644
--- a/tests/functional-tests/ipc/meson.build
+++ b/tests/functional-tests/ipc/meson.build
@@ -3,7 +3,6 @@ functional_ipc_test_c_args = [
]
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)