Subject: | eu_command failing (old CentOS) |
In an old CentOS (Rocks, to be more precise) with perl 5.8.5, I am
getting this:
t/eu_command....1..40
ok 1 - use ExtUtils::Command;
ok 2 - concatenation worked
ok 3 - testing non-existent file
not ok 4 - testing touch() and test_f()
# Failed test (t/eu_command.t at line 63)
# got: ''
# expected: '0'
not ok 5 - test_f preserves @ARGV
# Failed test (t/eu_command.t at line 64)
# Structures begin differing at:
# $got->[0] = Does not exist
# $expected->[0] = 'testfile.foo'
ok 6 - created!
# Failed test (t/eu_command.t at line 135)
# Structures begin differing at:
# $got->[0] = 'testfile.foo'
# $expected->[0] = '0600'
Can't chdir to testdir (Permission denied) at
/usr/lib/perl5/5.8.5/ExtUtils/Command.pm line 95
# Failed test (t/eu_command.t at line 176)
Undefined subroutine &main::test_d called at t/eu_command.t line 184, <>
line 580.
ok 7 - checking modify time stamp
ok 8 - newer file created
ok 9 - eqtime
ok 10 - eqtime doesn't clear the file being equalized
ok 11 - change a file to execute-only
ok 12 - change a file to read-only
ok 13 - change a file to write-only
not ok 14 - chmod preserves @ARGV
ok 15 - change a file to read-write
ok 16
ok 17 - change a dir to execute-only
ok 18 - change a dir to read-only
ok 19 - change a dir to write-only
not ok 20 - rm_rf can delete a read-only dir
ok 21 - temp directory not there yet
# Looks like you planned 40 tests but only ran 21.
# Looks like your test died just after 21.
dubious
Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 4-5, 14, 20, 22-40
Failed 23/40 tests, 42.50% okay
Failed Test Stat Wstat Total Fail Failed List of Failed
-------------------------------------------------------------------------------
t/eu_command.t 255 65280 40 42 105.00% 4-5 14 20 22-40