]> git.ipfire.org Git - thirdparty/systemd.git/commit - test/test-functions
tests: install /usr/bin/dbus-broker when using dbus-broker 11988/head
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Wed, 13 Mar 2019 15:07:47 +0000 (16:07 +0100)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Thu, 14 Mar 2019 14:52:38 +0000 (15:52 +0100)
commit98b0439f086323a441f00227b88513da86bfd1a7
treed526f043e576771eec85d5ecf235392d05f3c9bc
parent1e46047066e57bf886d97624ebd397198da815a7
tests: install /usr/bin/dbus-broker when using dbus-broker

We'd install the service file, and then dbus-broker-launcher because it is
mentioned in ExecStart=, but not the main executable, so nothing would work.
Let's just install dbus-broker executables if found. They are small, so this
doesn't matter much, and is much easier than figuring the exact conditions
under which dbus-broker will be used instead of dbus-daemon.
test/test-functions