Subject: | Use fail() instead of ok(0) |
Using fail($test_name) gives more diagnostics about test failures than just using ok(0). I see at least one occurence of ok(0) here: https://metacpan.org/source/MIKO/Unix-Mgt-0.11/t/test.t#L74
(This would give more information about the failing tests on FreeBSD)