Skip to content

Commit

Permalink
test: introduce install_zoneinfo()
Browse files Browse the repository at this point in the history
But it is not called by default.

(cherry picked from commit 7d10ec1)

Resolves: #1823767
  • Loading branch information
yuwata authored and mrc0mmand committed Apr 14, 2020
1 parent 813d60b commit a66d62e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions test/test-functions
Original file line number Diff line number Diff line change
Expand Up @@ -628,6 +628,13 @@ install_keymaps() {
done
}

install_zoneinfo() {
for i in /usr/share/zoneinfo/{,*/,*/*/}*; do
[[ -f $i ]] || continue
inst $i
done
}

install_fonts() {
for i in \
/usr/lib/kbd/consolefonts/eurlatgr* \
Expand Down

0 comments on commit a66d62e

Please sign in to comment.