Subject: | Tests fail with non-English locale |
With a non-English locale (e.g. LC_ALL=de_DE.UTF-8) and an older perl (< 5.22) t/basic.t fails:
...
# Failed test 'filehandle has correct mode'
# at t/basic.t line 72.
# expecting: Regexp ((?^:Bad file descriptor))
# found: Ungültiger Dateideskriptor at t/basic.t line 71.
# Looks like you failed 1 test of 6.
# Failed test 'can get a filehandle for the tempfile'
# at t/basic.t line 80.
# Looks like you failed 1 test of 7.
t/basic.t .......
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/7 subtests
...