Subject: | t/zoneinfo_{all,current}.t fails on some systems |
On some of my smokers the test suite fails:
...
# Olson tz directory is /usr/share/zoneinfo for freebsd
Use of uninitialized value in concatenation (.) or string at t/zoneinfo_all.t line 30.
# Tests were run but no plan was declared and done_testing() was not seen.
# Looks like your test exited with 255 just after 1.
t/zoneinfo_all.t ......
Dubious, test returned 255 (wstat 65280, 0xff00)
All 1 subtests passed
Use of uninitialized value in concatenation (.) or string at t/zoneinfo_current.t line 29.
# Tests were run but no plan was declared and done_testing() was not seen.
# Looks like your test exited with 255 just after 1.
t/zoneinfo_current.t ..
Dubious, test returned 255 (wstat 65280, 0xff00)
All 1 subtests passed
...
I see this failure on newer freebsd systems (12 and 13, but not 9, 10 or 11). It may happen also on some linux systems (seen on debian/jessie).