Test-More / TB2

Test::Builder version 2, the next generation of building testing modules in Perl
Other
1 stars 0 forks source link

Failure on Win32 maybe due to IO layers #132

Closed schwernbot closed 10 years ago

schwernbot commented 10 years ago

From: @schwern Date: Tuesday Jan 18, 2011 at 01:08 GMT Orig: https://github.com/Test-More/test-more/issues/109

http://www.cpantesters.org/cpan/report/98310282-05d2-1016-9a0b-ba439c592963

It probably has to do with IO layers not getting copied so one is spitting out the DOS newline and one is spitting out Unix. The problem will likely be in Test::Builder2::CanDupFilehandles

schwernbot commented 10 years ago

From: @schwern Date: Wednesday Jan 26, 2011 at 23:56 GMT Orig: https://github.com/Test-More/test-more/issues/109#issuecomment-711549

This was due to a bug/feature in pipes. Only affected the tests, not a real bug. Test was patched.