Subject: | New t/26exe_array.t fails to "skip itself" |
After you added Test::NoWarnings::had_no_warnings under an END block, it
is no longer possible to plan skip_all when no DSN to test is available.
You need to add some flag so that the stuff in END doesn't fire, or just
use POSIX::_exit to abort on the spot, since nothing has been done anyway.
Test Summary Report
-------------------
t/26exe_array.t (Wstat: 0 Tests: 1 Failed: 1)
Failed test: 1
Parse errors: Bad plan. You planned 0 tests but ran 1.
Files=37, Tests=10, 3 wallclock secs ( 0.12 usr 0.04 sys + 2.30 cusr
0.20 csys = 2.66 CPU)
Result: FAIL
Failed 1/37 test programs. 1/10 subtests failed.