in reply to Cause of failing tests on OpenBSD due to SIGPIPE?

Is this a module on the CPAN? If so, let us know what the name of it is. If not, show us the block of code within the test that is failing, along with the section of code the test is testing.

Also, if you install the module (presuming it is a module), then run the test like: perl -T t/App/bif/sync.t, do you get the same bad results?

Replies are listed 'Best First'.
Re^2: Cause of failing tests on OpenBSD due to SIGPIPE?
by mlawren (Sexton) on Oct 22, 2015 at 21:28 UTC

    The distribution is on CPAN: App::bif. It is a command-line application - not a library module. And it won't run under taint mode, that's for sure.

    There is no failing block - for all intensive purposes the tests succeed, except for Test::More complaining about the write to a closed pipe. I just can't seem to ignore those writes, or track down where they are occuring.