Subject: | Tests fail in non-English locales |
On Debian and FreeBSD systems with German locale set (LC_ALL=de_DE.UTF-8) I see failures due to unexpected error messages:
...
# Failed test 'Directory must exists'
# at t/01-environment.t line 18.
# expecting: Regexp ((?^:No such|cannot find))
# found: Datei oder Verzeichnis nicht gefunden at /home/cpansand/.cpan/build/2016012015/LMDB_File-0.07-p32Tpl/blib/lib/LMDB_File.pm line 95.
# Failed test 'RO must exists'
# at t/01-environment.t line 26.
# expecting: Regexp ((?^:No such|cannot find))
# found: Datei oder Verzeichnis nicht gefunden at /home/cpansand/.cpan/build/2016012015/LMDB_File-0.07-p32Tpl/blib/lib/LMDB_File.pm line 95.
# Failed test 'Copy needs a directory'
# at t/01-environment.t line 244.
# expecting: Regexp ((?^:No such))
# found: Datei oder Verzeichnis nicht gefunden at t/01-environment.t line 243.
# Failed test 'An empty one, not myself'
# at t/01-environment.t line 247.
# expecting: Regexp ((?^i:file exists|error))
# found: Die Datei existiert bereits at t/01-environment.t line 246.
...