diff options
author | Craig A. Berry <craigberry@mac.com> | 2001-12-12 10:27:48 -0600 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-12-12 21:33:50 +0000 |
commit | 2f3b333f8f33a996945618e3a6de2f8c72c3ba4e (patch) | |
tree | 28c50127f0fe43c92abcf59e8cc3eed9f39b118c /t/io | |
parent | b29a15aadb98714c39b01a95a7e133360b3d7212 (diff) | |
download | perl-2f3b333f8f33a996945618e3a6de2f8c72c3ba4e.tar.gz |
VMS test fix-ups
Message-Id: <5.1.0.14.2.20011212154350.01be3618@exchi01>
p4raw-id: //depot/perl@13664
Diffstat (limited to 't/io')
-rwxr-xr-x | t/io/fs.t | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -102,7 +102,7 @@ $newmode = (($^O eq 'MSWin32') || ($^O eq 'NetWare')) ? 0444 : 0777; is(chmod($newmode,'a'), 1, "chmod succeeding"); SKIP: { - skip("no link", 9) unless $has_link; + skip("no link", 7) unless $has_link; ($dev,$ino,$mode,$nlink,$uid,$gid,$rdev,$size,$atime,$mtime,$ctime, $blksize,$blocks) = stat('c'); |