diff options
author | Craig A. Berry <craigberry@mac.com> | 2001-07-31 09:57:43 -0500 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-07-31 23:49:04 +0000 |
commit | 9df548ee6c72d2540cc8aac7e738eff1202a7278 (patch) | |
tree | 056c04e54d7705f63e6f553857e6096a45dc364a /t/io/fs.t | |
parent | 96a91e01636d3050d38ae3373a362c7d47a6647e (diff) | |
download | perl-9df548ee6c72d2540cc8aac7e738eff1202a7278.tar.gz |
fix fs.t for VMS
Message-Id: <5.1.0.14.0.20010731145015.03743008@exchi01>
p4raw-id: //depot/perl@11527
Diffstat (limited to 't/io/fs.t')
-rwxr-xr-x | t/io/fs.t | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -256,6 +256,8 @@ chdir $wd || die "Can't cd back to $wd"; # check if rename() works on directories if ($Is_VMSish) { + # must have delete access to rename a directory + `set file tmp.dir/protection=o:d`; rename 'tmp.dir', 'tmp1.dir' or print "not "; } else { |