File::Copy does not copy source file permissions to the target file
authorCraig A. Berry <craigberry@mac.com>
Fri, 23 May 2008 15:50:14 +0000 (15:50 +0000)
committerCraig A. Berry <craigberry@mac.com>
Fri, 23 May 2008 15:50:14 +0000 (15:50 +0000)
on VMS (it never has, but the new tests expected it to).

p4raw-id: //depot/perl@33916

lib/File/Copy.t

index 1107f53..0868ea9 100755 (executable)
@@ -226,7 +226,10 @@ for my $cross_partition_test (0..1) {
 }
 
 
-{
+SKIP: {
+
+    skip "-- Copy preserves RMS defaults, not source file permissions.", 21 if $^O eq 'VMS';
+
     # Just a sub to get better failure messages.
     sub __ ($) {
         join "" => map {(qw [--- --x -w- -wx r-- r-x rw- rwx]) [$_]}