Subject: | Failed to open /usr/share/zoneinfo/zone1970.tab for reading |
On all of my freebsd smokers and some of my linux smokers the test suite fails:
...
# Checking https://raw.githubusercontent.com/unicode-org/cldr/master/common/supplemental/windowsZones.xml
t/windows_zones.t ..... ok
# TZ environment variable is Australia/Melbourne
# Olson tz directory is /usr/share/zoneinfo for freebsd
# TZ environment variable is untainted as Australia/Melbourne
Failed to open /usr/share/zoneinfo/zone1970.tab for reading:No such file or directory at t/zoneinfo_all.t line 64.
# Tests were run but no plan was declared and done_testing() was not seen.
# Looks like your test exited with 2 just after 2.
t/zoneinfo_all.t ......
Dubious, test returned 2 (wstat 512, 0x200)
All 2 subtests passed
# TZ environment variable is Australia/Melbourne
# TZ environment variable is untainted as Australia/Melbourne
# Output of gnu date command:usage: date [-jnRu] [-d dst] [-r seconds] [-t west] [-v[+|-]val[ymwdHMS]] ...
# [-f fmt date | [[[[[cc]yy]mm]dd]HH]MM[.ss]] [+format]
# Output of bsd date command:2015/02/28 11:00:00
# Results of unpack:
Failed to open /usr/share/zoneinfo/zone1970.tab for reading:No such file or directory at t/zoneinfo_current.t line 75.
# Tests were run but no plan was declared and done_testing() was not seen.
# Looks like your test exited with 2 just after 4.
t/zoneinfo_current.t ..
Dubious, test returned 2 (wstat 512, 0x200)
All 4 subtests passed
...