Subject: | t/pipe.t fails on ponie |
t/pipe.t fails as follows on ponie:
Show quoted text
> ~/ponie/bin/prove -bv t/pipe.t
t/pipe....1..4
ok 1
ok 2
ok 3
not ok 4
# Failed test (t/pipe.t at line 13)
# Looks like you failed 1 test of 4.
dubious
Test returned status 1 (wstat 256, 0x100)
DIED. FAILED test 4
Failed 1/4 tests, 75.00% okay
Failed Test Stat Wstat Total Fail Failed List of Failed
-------------------------------------------------------------------------------
t/pipe.t 1 256 4 1 25.00% 4
Failed 1/1 test scripts, 0.00% okay. 1/4 subtests failed, 75.00% okay.
The reason is the difference in results from a perl -v between perl and
ponie (snipped to show the main difference).
Perl:
This is perl, v5.8.6 built...
ponie:
This is ponie, based on perl v5.9.2 built...