projects
/
platform
/
upstream
/
perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b8e1b25
)
File::Copy does not copy source file permissions to the target file
author
Craig A. Berry
<craigberry@mac.com>
Fri, 23 May 2008 15:50:14 +0000
(15:50 +0000)
committer
Craig 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
patch
|
blob
|
history
diff --git
a/lib/File/Copy.t
b/lib/File/Copy.t
index
1107f53
..
0868ea9
100755
(executable)
--- a/
lib/File/Copy.t
+++ b/
lib/File/Copy.t
@@
-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]) [$_]}