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.
  • Loading branch information
yuwata committed Oct 9, 2018
1 parent e3d3dad commit 7d10ec1
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 @@ -632,6 +632,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 7d10ec1

Please sign in to comment.