From ba0ff9fc0fa657024edd7a4a0aab01aa95b39ff5 Mon Sep 17 00:00:00 2001 From: Franck Bui Date: Tue, 1 Aug 2023 19:38:13 +0200 Subject: [PATCH 1/2] test: console fonts are located in /usr/share on openSUSE --- test/test-functions | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/test-functions b/test/test-functions index cfcf895cafd..f64865b8b71 100644 --- a/test/test-functions +++ b/test/test-functions @@ -2251,8 +2251,8 @@ install_zoneinfo() { install_fonts() { dinfo "Install system fonts" for i in \ - /usr/lib/kbd/consolefonts/eurlatgr* \ - /usr/lib/kbd/consolefonts/latarcyrheb-sun16*; do + /usr/{lib,share}/kbd/consolefonts/eurlatgr* \ + /usr/{lib,share}/kbd/consolefonts/latarcyrheb-sun16*; do [[ -f "$i" ]] || continue inst "$i" done From 33ce0a899258ed8dfb4a234a9f67e678127d41f9 Mon Sep 17 00:00:00 2001 From: Franck Bui Date: Tue, 1 Aug 2023 19:40:34 +0200 Subject: [PATCH 2/2] test: install systemd-homed for openSUSE This new sub-package has been recently introduced. --- test/test-functions | 1 + 1 file changed, 1 insertion(+) diff --git a/test/test-functions b/test/test-functions index f64865b8b71..908aeeef1b2 100644 --- a/test/test-functions +++ b/test/test-functions @@ -1289,6 +1289,7 @@ install_suse_systemd() { systemd-container systemd-coredump systemd-experimental + systemd-homed systemd-journal-remote # Since commit fb6f25d7b979134a, systemd-resolved, which is shipped by # systemd-network sub-package on openSUSE, has its own testsuite.