Skip Menu |

This queue is for tickets about the File-Copy-Reliable CPAN distribution.

Report information
The Basics
Id: 132709
Status: new
Priority: 0/
Queue: File-Copy-Reliable

People
Owner: Nobody in particular
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.32
Fixed in: (no value)



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 ...