Subject: | Unknown error |
Sometimes the test suite fails with an "Unknown error" (seen for example on a FreeBSD 13 system with perl 5.30.2):
...
# Failed test 'rethrows copy error'
# at t/simple.t line 68.
# expecting: Regexp ((?^:copy_reliable\(t/pod.t, t/tmp/pod.t\) failed: Unknown error:? 3141))
# found: copy_reliable(t/pod.t, t/tmp/pod.t) failed: 3141 at t/simple.t line 67.
# Failed test 'rethrows move error'
# at t/simple.t line 86.
# expecting: Regexp ((?^:move_reliable\(t/pod.t, t/tmp/pod.t\) failed: Unknown error:? 3142))
# found: move_reliable(t/pod.t, t/tmp/pod.t) failed: 3142 at t/simple.t line 85.
# Looks like you failed 2 tests of 22.
t/simple.t ........
Dubious, test returned 2 (wstat 512, 0x200)
Failed 2/22 subtests
...