summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Withnall <philip.withnall@collabora.co.uk>2015-06-16 10:21:47 +0100
committerGeorge Kiagiadakis <gkiagia@tolabaki.gr>2016-06-18 13:58:37 +0300
commit2764a6785a0d56c9a0341ec146dc715fed6704b4 (patch)
tree9505ac6936cf0e313fb88a091f22e31b42baf47e
parente86a31fba2acb8b4f0cfd9e022dbe73f587241b8 (diff)
tests: Fix a service file path to fix the build with installed tests
Two directories were the wrong way round. https://bugs.freedesktop.org/show_bug.cgi?id=90991
-rw-r--r--tests/dbus/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/dbus/Makefile.am b/tests/dbus/Makefile.am
index 71f974c82..8cd47ca03 100644
--- a/tests/dbus/Makefile.am
+++ b/tests/dbus/Makefile.am
@@ -342,7 +342,7 @@ run-test.sh: run-test.sh.in
$< > $@
@chmod +x $@
-service_files = services/dbus-1/spurious.service
+service_files = dbus-1/services/spurious.service
if ENABLE_INSTALLED_TESTS
dbusservicedir = @tpglibtestsdir@/dbus-1/services