Subject: | Tests may fail with non-English locale |
t/arxiv/fileguess.t fails if
* a non-English locale is active (e.g. LC_ALL=de_DE.UTF-8)
* perl version < 5.22.0
# Failed test 'Full test of guess_file_type(file_does_not_exit)'
# at t/arxiv/fileguess.t line 54.
# Structures begin differing at:
# $got->[2] = 'failed to open 'file_does_not_exit' to guess its format: Datei oder Verzeichnis nicht gefunden. Continuing.
# '
# $expected->[2] = 'failed to open 'file_does_not_exit' to guess its format: No such file or directory. Continuing.
# '
# Looks like you failed 1 test of 39.
t/arxiv/fileguess.t ..
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/39 subtests
See also http://analysis.cpantesters.org/solved?distv=arXiv-1.01#env%3ALC_ALL for statistical analysis.