Subject: | recent breakage on VMS |
I'm seeing the unpleasantness below with 2.06_06 in blead@34629 built with HP C V7.3-009
on OpenVMS Alpha V8.3. No debugging time yet but I'll try to sort this out (after
downloading 2.06_07) in the next couple of days and hopefully come up with a patch.
1..114
ok 1 - use Cwd;
ok 2 - use File::Path;
ok 3 - use File::Spec::Functions;
ok 4 - mkdir parent dir 0111
ok 5 - mkdir child dir 0111
ok 6 - mhx does not exist 0111
ok 7 - mkdir parent dir 0777
ok 8 - mkdir child dir 0777
ok 9 - mhx does not exist 0777
ok 10 - created list of directories
ok 11 - skipped making existing directory
ok 12 - rmtree'ed a file
ok 13 - Can't create a directory named ''
not ok 14 - baseline 0
# Failed test 'baseline 0'
# at [-.lib.file]path.t line 101.
# '0'
# >
# '0'
ok 15 - first after 0
ok 16 - second after 1
not ok 17 - ARGV 0
# Failed test 'ARGV 0'
# at [-.lib.file]path.t line 118.
# '0'
# >
# '0'
ok 18 - third after 0
ok 19 - fourth after 1
cannot chdir to D0:[CRAIG.perl.t.remove.this.dir] from D0:[CRAIG.perl.t.remove]: invalid
argument, aborting. at [-.lib.file]path.t l
ine 148
# Looks like you planned 114 tests but ran 19.
# Looks like you failed 2 tests of 19 run.
# Looks like your test exited with 1 just after 19.