]> git.ipfire.org Git - thirdparty/systemd.git/commit
test: find path for systemd-journal-remote
authorDan Streetman <ddstreet@canonical.com>
Sun, 26 Apr 2020 15:19:55 +0000 (11:19 -0400)
committerLennart Poettering <lennart@poettering.net>
Thu, 30 Apr 2020 20:33:47 +0000 (22:33 +0200)
commitcad67279067b03e64df5421b9a1e9fef077863d9
tree08599dc31f480ac2c0e7a43e576230f0a488dd8b
parenta8332698d794522104f2131e294ab336d7726767
test: find path for systemd-journal-remote

As Debian/Ubuntu use /lib/systemd instead of /usr/lib/systemd,
add systemd-journal-remote to the list of programs that test-functions
detects the correct path to, and replace its direct usage with
$SYSTEMD_JOURNAL_REMOTE

Also use $JOURNALCTL instead of journalctl.

Also minor correction in install_plymouth() to look in /lib/... as
well as /usr/lib/... and /etc/...
test/test-functions