summaryrefslogtreecommitdiff
path: root/tests/libtracker-fts
diff options
context:
space:
mode:
authorSam Thursfield <sam@afuera.me.uk>2020-01-24 22:03:06 +0100
committerSam Thursfield <sam@afuera.me.uk>2020-02-17 21:58:49 +0100
commit4d2e9391087b9af7bf1c434b06b48feba4a0d9c8 (patch)
treeebbbe0c8c549d8a5b1a495998fd50f64b46fb5f7 /tests/libtracker-fts
parent302dc53563b0ad4c450074ed6d4b57c76d3b068e (diff)
downloadtracker-4d2e9391087b9af7bf1c434b06b48feba4a0d9c8.tar.gz
tests: Remove the test tracker-store service file
This isn't needed since tracker-store is no longer a separate daemon. Some tests still connect to the session bus but they should no longer autostart any services. Callers should use `dbus-run-session` to create a separate session bus if worried about having test processes talking on the real session bus.
Diffstat (limited to 'tests/libtracker-fts')
-rw-r--r--tests/libtracker-fts/meson.build1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/libtracker-fts/meson.build b/tests/libtracker-fts/meson.build
index 536a227a7..4682b1a4c 100644
--- a/tests/libtracker-fts/meson.build
+++ b/tests/libtracker-fts/meson.build
@@ -8,5 +8,4 @@ tests += {
'name': 'fts',
'exe': fts_test,
'suite': ['fts'],
- 'requires_dbus': true,
}