Skip Menu |

This queue is for tickets about the FunctionalPerl CPAN distribution.

Report information
The Basics
Id: 131081
Status: resolved
Priority: 0/
Queue: FunctionalPerl

People
Owner: chrjae [...] gmail.com
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

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



Subject: t/skip-leak.t fails on BSD systems
On my freebsd smokers: ... # Failed test at t/skip-leak.t line 16. # got: ' 189999999 # ' # expected: '189999999 # ' # Looks like you failed 1 test of 1. t/skip-leak.t ........................ Dubious, test returned 1 (wstat 256, 0x100) Failed 1/1 subtests ... It seems that BSD wc formats the output slightly differenly than Linux wc, i.e. another space is added: FreeBSD: $ head -c 200000000 /dev/zero | wc -c 200000000 Linux: $ head -c 200000000 /dev/zero | wc -c 200000000
Thanks! I've applied a fix that will be in the next release.
On Mon Nov 25 16:35:42 2019, pflanze wrote: Show quoted text
> Thanks! I've applied a fix that will be in the next release.
Done.
On Mon Nov 25 23:43:36 2019, pflanze wrote: Show quoted text
> On Mon Nov 25 16:35:42 2019, pflanze wrote:
> > Thanks! I've applied a fix that will be in the next release.
> > Done.
Shown to be working by http://www.cpantesters.org/cpan/report/6136b17c-1025-11ea-80e7-b93663a9c918