Subject: | t/010main-unzip.t may fail with non-English locale (0.020) |
On some systems t/010main-unzip.t fails if a non-English locale is active. For example with perl 5.18.4 and a German locale (LC_ALL=de_DE.UTF-8):
...
# Failed test (t/010main-unzip.t at line 187)
# got: 'cannot open file 'tmpdir29806X00001.tmp/not/exist/x.zip': Datei oder Verzeichnis nicht gefunden'
# expected: 'cannot open file 'tmpdir29806X00001.tmp/not/exist/x.zip': No such file or directory'
# Looks like you failed 1 test of 2461.
t/010main-unzip.t .....
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/2461 subtests
(less 67 skipped subtests: 2393 okay)
...
I think this happens only with older perls (<= 5.20 or <= 5.22).