Subject: | Test suite may fail with non-English locale |
Under some conditions (older perl, I think <= 5.22) and a non-English locale t/simple.t fails:
...
# Failed test 'rethrows copy error'
# at t/simple.t line 55.
# expecting: Regexp ((?^:copy_reliable\(t/not_here.txt, t/tmp/not_here.txt\) failed: No such file or directory))
# found: copy_reliable(t/not_here.txt, t/tmp/not_here.txt) failed: Datei oder Verzeichnis nicht gefunden at t/simple.t line 54.
# Failed test 'rethrows move error'
# at t/simple.t line 59.
# expecting: Regexp ((?^:move_reliable\(t/not_here.txt, t/tmp/not_here.txt\) failed: No such file or directory))
# found: move_reliable(t/not_here.txt, t/tmp/not_here.txt) failed: Datei oder Verzeichnis nicht gefunden at t/simple.t line 58.
# Looks like you failed 2 tests of 22.
t/simple.t ........
Dubious, test returned 2 (wstat 512, 0x200)
Failed 2/22 subtests
...