Subject: | t/prove-switches fails under Cygwin |
Under Cygwin using Perl 5.8.4, 'make test' produces:
cp bin/prove blib/script/prove
/usr/local/bin/perl.exe "-MExtUtils::MY" -e "MY->fixin(shift)" blib/script/prove
/usr/local/bin/perl.exe "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/00compile.........# Testing Test::Harness 2.42
t/00compile.........ok
t/assert............ok
t/base..............ok
t/callback..........ok
t/inc_taint.........ok
t/nonumbers.........ok
t/ok................ok
t/pod...............skipped
all skipped: Test::Pod 1.00 required for testing POD
t/prove-globbing....ok
t/prove-switches....ok 3/5# Failed test (t/prove-switches.t at line 56)
# Structures begin differing at:
# $got->[0] = '# $Test::Harness::Switches: -Ilib -Iblib/arch -Iblib/lib -Ifark -Ibongo
# '
# $expected->[0] = '# $Test::Harness::Switches: -Ilib -Ibongo
# '
t/prove-switches....NOK 4# Failed test (t/prove-switches.t at line 64)
# Structures begin differing at:
# $got->[0] = '# $Test::Harness::Switches: -Ilib -Iblib/arch -Iblib/lib -Ifark
# '
# $expected->[0] = '# $Test::Harness::Switches: -Ilib -Iblib/arch -Iblib/lib
# '
# Looks like you failed 2 tests of 5.
t/prove-switches....dubious
Test returned status 2 (wstat 512, 0x200)
DIED. FAILED tests 4-5
Failed 2/5 tests, 60.00% okay
t/strap-analyze.....ok
t/strap.............ok
t/test-harness......ok
56/208 skipped: various reasons
Failed Test Stat Wstat Total Fail Failed List of Failed
-------------------------------------------------------------------------------
t/prove-switches.t 2 512 5 2 40.00% 4-5
1 test and 56 subtests skipped.
Failed 1/13 test scripts, 92.31% okay. 2/537 subtests failed, 99.63% okay.
make: *** [test_dynamic] Error 14