dagolden / Capture-Tiny

(Perl) Capture STDOUT and STDERR from Perl, XS or external programs
http://search.cpan.org/dist/Capture-Tiny/
39 stars 19 forks source link

Treat Cygwin like MSWin32 during tests #35

Closed rwhitworth closed 8 years ago

rwhitworth commented 9 years ago

Installation issues on Cygwin x86_64 looks to be due to how tests are handling forking. Cygwin has quirks when forking so tests have been updated to not perform forking. Tests now pass on my machine. YMMV.

xdg commented 8 years ago

I think this PR just skips certain tests, which seems to be the wrong approach. I'd like to see actual failing test output so I can try to do a proper diagnosis.

I'm going to close this PR, but I'd welcome a regular issue ticket to try to figure it out.