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 | c051af10ce7c9d8569afd64a7688445ab9ed0d77 (patch) | |
tree | 056c04e54d7705f63e6f553857e6096a45dc364a /t/io | |
parent | 660996e7ff799fc140ca74050367a2aa3b4429cf (diff) | |
download | perl-c051af10ce7c9d8569afd64a7688445ab9ed0d77.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')
-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 { |