Subject: | skip count in t/10_forker.t wrong |
The test suite fails on all of my smokers:
...
(skip author only test)
# Looks like you planned 102 tests but ran 101.
t/10_forker.t ....
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 1/102 subtests
(less 97 skipped subtests: 4 okay)
...
Problem is that the test is mostly skipped on non-author systems (i.e. PARALLELFORKER_AUTHOR_SITE=1 is not set) and the skip count was not adjusted for the last release.