summaryrefslogtreecommitdiff
path: root/t/io
diff options
context:
space:
mode:
authorCraig A. Berry <craigberry@mac.com>2001-07-31 09:57:43 -0500
committerJarkko Hietaniemi <jhi@iki.fi>2001-07-31 23:49:04 +0000
commitc051af10ce7c9d8569afd64a7688445ab9ed0d77 (patch)
tree056c04e54d7705f63e6f553857e6096a45dc364a /t/io
parent660996e7ff799fc140ca74050367a2aa3b4429cf (diff)
downloadperl-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-xt/io/fs.t2
1 files changed, 2 insertions, 0 deletions
diff --git a/t/io/fs.t b/t/io/fs.t
index fb8b8f1507..bd07833cbd 100755
--- a/t/io/fs.t
+++ b/t/io/fs.t
@@ -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 {