projects
/
perl.git
/ commitdiff
free
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
a020bf3
)
Skip tests in File::Copy tests on DragonflyBSD too
author
Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
Fri, 1 Mar 2013 14:22:45 +0000 (14:22 +0000)
committer
Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
Fri, 1 Mar 2013 14:22:45 +0000 (14:22 +0000)
Setting 0100, 0300 and 0500 on files is totally non-reversable
lib/File/Copy.t
patch
|
blob
|
blame
|
history
diff --git
a/lib/File/Copy.t
b/lib/File/Copy.t
index
ded1b57
..
1e6c9cb
100644
(file)
--- a/
lib/File/Copy.t
+++ b/
lib/File/Copy.t
@@
-267,6
+267,9
@@
SKIP: {
if $^O eq "MSWin32";
skip "Copy maps POSIX permissions to VOS permissions.", $skips
if $^O eq "vos";
+ skip "There be dragons here with DragonflyBSD.", $skips
+ if $^O eq 'dragonfly';
+
# Just a sub to get better failure messages.
sub __ ($) {