From 3adac701fbfbde305938a6ed35e6c5eb5710e50b Mon Sep 17 00:00:00 2001 From: Franck Bui Date: Tue, 8 Nov 2022 16:01:59 +0100 Subject: [PATCH] tests: install systemd-resolved on openSUSE It's needed since systemd-resolved has its own test suite (commit fb6f25d7b979134adf57). --- test/test-functions | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/test/test-functions b/test/test-functions index ff0cc963ce1..82516dd6e61 100644 --- a/test/test-functions +++ b/test/test-functions @@ -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" }