Subject: | Tests fail with non-English locale |
On systems with a German locale (LC_ALL=de_DE.UTF-8) I observe the following failures:
...
# Failed test '../s4 co -r3 file://localhost/tmpfs/.cpan-build-cpansand/2016080106/SVN-S4-1.056-0/test_dir/repo/top/trunk upd'
# at t/65_s4_update.t line 69.
# 'A upd/tdir1
# Ausgecheckt, Revision 3.
# '
# doesn't match '(?^:Checked out revision)'
# Failed test '../s4 co -r3 file://localhost/tmpfs/.cpan-build-cpansand/2016080106/SVN-S4-1.056-0/test_dir/repo/top/trunk upd'
# at t/65_s4_update.t line 69.
# 'D upd/tdir2
# D upd/tdir1/tsub1
# D upd/tdir1/tsub2
# Ausgecheckt, Revision 3.
# '
# doesn't match '(?^:Checked out revision)'
# Failed test '../s4 co -r3 file://localhost/tmpfs/.cpan-build-cpansand/2016080106/SVN-S4-1.056-0/test_dir/repo/top/trunk upd'
# at t/65_s4_update.t line 69.
# 'D upd/tdir1/tsub1
# D upd/tdir1/tsub2
# Ausgecheckt, Revision 3.
# '
# doesn't match '(?^:Checked out revision)'
# Looks like you failed 3 tests of 13.
t/65_s4_update.t .......
Dubious, test returned 3 (wstat 768, 0x300)
Failed 3/13 subtests
... (and more) ...