tests: install systemd-resolved on openSUSE

It's needed since systemd-resolved has its own test suite (commit
fb6f25d7b9).
This commit is contained in:
Franck Bui 2022-11-08 16:01:59 +01:00
parent afd8e1d945
commit 3adac701fb

View file

@ -1159,6 +1159,9 @@ install_suse_systemd() {
systemd-coredump
systemd-experimental
systemd-journal-remote
# Since commit fb6f25d7b979134a, systemd-resolved, which is shipped by
# systemd-network sub-package on openSUSE, has its own testsuite.
systemd-network
systemd-portable
udev
)
@ -1182,7 +1185,7 @@ install_suse_systemd() {
cp "$testsdir"/test-* "$initdir/$testsdir/"
cp -a "$testsdir/testdata" "$initdir/$testsdir/"
# On openSUSE, these dirs are not created at package install for now on.
# On openSUSE, these dirs are not created at package install for now.
mkdir -p "$initdir/var/log/journal/remote"
}