summaryrefslogtreecommitdiff
path: root/lib/ExtUtils
diff options
context:
space:
mode:
authorMichael G. Schwern <schwern@pobox.com>2003-09-11 08:07:10 -0700
committerJarkko Hietaniemi <jhi@iki.fi>2003-09-14 06:45:13 +0000
commit0aa703b2c59d48c747246ec784dec6c97b8d77be (patch)
tree8a20b19cb9571039aa29f3e9d9f08d8ae011fca8 /lib/ExtUtils
parent332b82f18ba5cc8697d58b12623511d06a537209 (diff)
downloadperl-0aa703b2c59d48c747246ec784dec6c97b8d77be.tar.gz
Re: [PATCH 5.8.1 @20218] OS/2 API
Message-ID: <20030911220710.GO18786@windhund.schwern.org> (in OS/2 if a file has been chmod 0400'ed, it cannot be deleted) p4raw-id: //depot/perl@21218
Diffstat (limited to 'lib/ExtUtils')
-rw-r--r--lib/ExtUtils/t/Manifest.t1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/ExtUtils/t/Manifest.t b/lib/ExtUtils/t/Manifest.t
index 1681197e1a..ec7115ca3f 100644
--- a/lib/ExtUtils/t/Manifest.t
+++ b/lib/ExtUtils/t/Manifest.t
@@ -218,6 +218,7 @@ SKIP: {
like( $@, qr/^Could not open MANIFEST/,
"maniadd() dies if it can't open the MANIFEST" );
+ chmod( 0600, 'MANIFEST' );
}