Subject: | Failing test t/gist-329018.t |
The test 't/gist-329018.t' fails on my system with the following output:
--------------------------------------------------------------------------------
Dist-Zilla-Plugin-ReadmeFromPod-0.12-9L6Xqg$ make test
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')"
t/*.t
t/00-compile.t .......... ok
t/00-load.t ............. 1/1 # Testing Dist::Zilla::Plugin::ReadmeFromPod 0.12, Perl 5.010000,
/usr/bin/perl
t/00-load.t ............. ok
t/gist-329018.t ......... 1/?
# Failed test 'writing to in-memory open() == writing to temporary file'
# at t/gist-329018.t line 91.
# Structures begin differing at:
# $got->[263] = ' Hinrik Örn Sigurðsson, hinrik.sig@gmail.com'
# $expected->[263] = ' Hinrik �rn Sigur�sson, hinrik.sig@gmail.com'
# Failed test 'writing to in-string == writing to temporary file'
# at t/gist-329018.t line 92.
# Structures begin differing at:
# $got->[263] = ' Hinrik Örn Sigurðsson, hinrik.sig@gmail.com'
# $expected->[263] = ' Hinrik �rn Sigur�sson, hinrik.sig@gmail.com'
# Looks like you failed 2 tests of 3.
t/gist-329018.t ......... Dubious, test returned 2 (wstat 512, 0x200)
Failed 2/3 subtests
t/release-pod-syntax.t .. skipped: these tests are for release candidate testing
Test Summary Report
-------------------
t/gist-329018.t (Wstat: 512 Tests: 3 Failed: 2)
Failed tests: 2-3
Non-zero exit status: 2
Files=4, Tests=5, 2 wallclock secs ( 0.06 usr 0.02 sys + 1.76 cusr 0.15 csys = 1.99 CPU)
Result: FAIL
Failed 1/4 test programs. 2/5 subtests failed.
make: *** [test_dynamic] Error 255
--------------------------------------------------------------------------------