From: Michael G. Schwern Date: Thu, 11 Sep 2003 15:07:10 +0000 (-0700) Subject: Re: [PATCH 5.8.1 @20218] OS/2 API X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=0aa703b2c59d48c747246ec784dec6c97b8d77be;p=p5sagit%2Fp5-mst-13.2.git 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 --- diff --git a/lib/ExtUtils/t/Manifest.t b/lib/ExtUtils/t/Manifest.t index 1681197..ec7115c 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' ); }