Subject: | 9999.01 doesn't pass "make test" on OSX |
Running make test
PERL_DL_NONLAZY=1 /usr/local/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/error.......ok
t/handle......NOK 1# Failed test (t/handle.t at line 75)
# got: ''
# expected: 'line one
# second line
# more lines
# still more
#
# enough lines
#
# we can't test long handle slurps from DATA since i would have to type
# too much stuff
#
# so we will stop here
# '
t/handle......NOK 2# Failed test (t/handle.t at line 79)
t/handle......ok 6/6# Looks like you failed 2 tests of 6.
t/handle......dubious
Test returned status 2 (wstat 512, 0x200)
DIED. FAILED tests 1-2
Failed 2/6 tests, 66.67% okay
t/large.......ok
t/original....ok
t/readdir.....ok
Failed Test Stat Wstat Total Fail Failed List of Failed
-------------------------------------------------------------------------------
t/handle.t 2 512 6 2 33.33% 1-2
Failed 1/5 test scripts, 80.00% okay. 2/154 subtests failed, 98.70% okay.
make: *** [test_dynamic] Error 2
/usr/bin/make test -- NOT OK