On 2020-01-05 02:11:49, SREZIC wrote:
Show quoted text> The test suite fails on freebsd systems (seen on freebsd 9, 10, 12, 13):
>
> ...
> # Failed test '%5Y-%3m-%-3d = 02019-011- 19'
> # at t/01-basic.t line 24.
> # got: '5Y-3m-3d'
> # expected: '02019-011- 19'
> # Looks like you failed 1 test of 6.
> t/01-basic.t .............
> Dubious, test returned 1 (wstat 256, 0x100)
> Failed 1/6 subtests
> ...
Still failing with 0.03 --- now it looks like this:
# Failed test '%5Y-%3m-%-3d = 02019-011- 19 (ints args)'
# at t/01-basic.t line 33.
# got: '5Y-3m-3d'
# expected: '02019-011- 19'
# Failed test '%5Y-%3m-%-3d = 02019-011- 19 (dt arg)'
# at t/01-basic.t line 34.
# got: '5Y-3m-3d'
# expected: '02019-011- 19'
# Looks like you failed 2 tests of 12.
t/01-basic.t .............
Dubious, test returned 2 (wstat 512, 0x200)
Failed 2/12 subtests