summaryrefslogtreecommitdiff
path: root/t/io/fs.t
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
commit9df548ee6c72d2540cc8aac7e738eff1202a7278 (patch)
tree056c04e54d7705f63e6f553857e6096a45dc364a /t/io/fs.t
parent96a91e01636d3050d38ae3373a362c7d47a6647e (diff)
downloadperl-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-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 {