From 9c2b370aa9c2ee307a269537bfafb60b4ebeb059 Mon Sep 17 00:00:00 2001 From: Carlos Garnacho Date: Tue, 3 Mar 2020 14:10:34 +0100 Subject: tests: Drop unused envvar Domain ontologies are moot at the tracker level now. --- tests/meson.build | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/meson.build b/tests/meson.build index de12a4ae6..5911592a6 100644 --- a/tests/meson.build +++ b/tests/meson.build @@ -21,7 +21,6 @@ foreach t: tests test_env = environment() test_env.set('TRACKER_LANGUAGE_STOP_WORDS_DIR', join_paths(source_root, 'src', 'libtracker-common', 'stop-words')) - test_env.set('TRACKER_TEST_DOMAIN_ONTOLOGY_RULE', join_paths(source_root, 'src', 'tracker-store', 'default.rule')) test_env.set('TRACKER_DB_ONTOLOGIES_DIR', join_paths(source_root, 'src', 'ontologies', 'nepomuk')) test_env.set('LANG', 'en_US.UTF8') -- cgit v1.2.1