4f1fe60 Prevent tests from dying on SIGPIPE

Authored and Committed by ppisar 5 years ago
    Prevent tests from dying on SIGPIPE
    
    Tests randomly fail with bad plan because TCP server receives SIGPIPE.
    Reported in
    <https://rt.cpan.org/Public/Bug/Display.html?id=126899#txn-1810152>,
    I can reproduce it with "while (prove -l); do :; done". Koschei also
    spotted it <https://apps.fedoraproject.org/koschei/build/5430532>.
    Upstream fix is applied.
    
        
file modified
+10 -1