Skip to content

Commit 39f4ef2

Browse files
authored
Merge pull request systemd#28630 from fbuihuu/update-testsuite-for-opensuse
Update testsuite for opensuse
2 parents f3d812b + 33ce0a8 commit 39f4ef2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

test/test-functions

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1289,6 +1289,7 @@ install_suse_systemd() {
12891289
systemd-container
12901290
systemd-coredump
12911291
systemd-experimental
1292+
systemd-homed
12921293
systemd-journal-remote
12931294
# Since commit fb6f25d7b979134a, systemd-resolved, which is shipped by
12941295
# systemd-network sub-package on openSUSE, has its own testsuite.
@@ -2251,8 +2252,8 @@ install_zoneinfo() {
22512252
install_fonts() {
22522253
dinfo "Install system fonts"
22532254
for i in \
2254-
/usr/lib/kbd/consolefonts/eurlatgr* \
2255-
/usr/lib/kbd/consolefonts/latarcyrheb-sun16*; do
2255+
/usr/{lib,share}/kbd/consolefonts/eurlatgr* \
2256+
/usr/{lib,share}/kbd/consolefonts/latarcyrheb-sun16*; do
22562257
[[ -f "$i" ]] || continue
22572258
inst "$i"
22582259
done

0 commit comments

Comments
 (0)