Closed ispedals closed 10 years ago
This looks fantastic. I will try to look at it tomorrow. Thank you!
Why the reversion of the error checking on the call to system()
? Is there any problem with it being there?
We're still getting Windows failures, but different ones now.
Scroll down to the 2.13_06
Sorry, I have been busy. I reverted the error checking call to system()
because there are some tests that result in a nonzero exit status on purpose (at least I think it's on purpose), such as in t/ack-c.t
where the tests use the -c
switch. This prevents these test from failing. The reintroduction of the check causes the same test failures to occur for me that are also being reported.
These commits fix test errors and result in the test suite passing on Windows. I have tested on strawberry perl 5.18.0 on Windows 8.1, strawberry perl 5.18.1 on Windows and perl 5.18.02 on Debian 3.2.0.4-486 to ensure no regressions occurred.