Re: [PATCH 5.8.1 @20218] OS/2 API
Michael G. Schwern [Thu, 11 Sep 2003 15:07:10 +0000 (08:07 -0700)]
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

lib/ExtUtils/t/Manifest.t

index 1681197..ec7115c 100644 (file)
@@ -218,6 +218,7 @@ SKIP: {
     like( $@, qr/^Could not open MANIFEST/,  
                  "maniadd() dies if it can't open the MANIFEST" );
 
+    chmod( 0600, 'MANIFEST' );
 }