Subject: | Upper/lower case differences on CentOS systems |
On CentOS systems the test suite fails because of capitalization differences. On CentOS6:
...
# Failed test 'date_ext 200 days and 5 sec'
# at t/1_months.t line 40.
Wide character in print at /opt/perl-5.30.1/lib/site_perl/5.30.1/Test2/Formatter/TAP.pm line 125.
# Structures begin differing at:
# $got->{long} = '11 мар 14'
# $expected->{long} = '11 Мар 14'
# Failed test 'date_ext 200 days and 5 sec'
# at t/1_months.t line 120.
Wide character in print at /opt/perl-5.30.1/lib/site_perl/5.30.1/Test2/Formatter/TAP.pm line 125.
# Structures begin differing at:
# $got->{long} = '11 нау 14'
# $expected->{long} = '11 Нау 14'
# Looks like you failed 2 tests of 136.
t/1_months.t ..
Dubious, test returned 2 (wstat 512, 0x200)
Failed 2/136 subtests
...
On CentOS7:
...
# Failed test 'date_ext 200 days and 5 sec'
# at t/1_months.t line 120.
Wide character in print at /opt/perl-5.26.3/lib/site_perl/5.26.3/Test2/Formatter/TAP.pm line 124.
# Structures begin differing at:
# $got->{long} = '11 нау 14'
# $expected->{long} = '11 Нау 14'
# Looks like you failed 1 test of 136.
t/1_months.t ..
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/136 subtests
...