summaryrefslogtreecommitdiff
path: root/lib/File
diff options
context:
space:
mode:
authorChris 'BinGOs' Williams <chris@bingosnet.co.uk>2013-03-01 14:22:45 +0000
committerChris 'BinGOs' Williams <chris@bingosnet.co.uk>2013-03-01 14:22:45 +0000
commit33821f2f1514a9813696be8d26217081cabbf062 (patch)
tree5427c41c81008c1f1d679169ca1590b1ad3ea47f /lib/File
parenta020bf3d37e0dc87613f504e21905a093bd15aac (diff)
downloadperl-33821f2f1514a9813696be8d26217081cabbf062.tar.gz
Skip tests in File::Copy tests on DragonflyBSD too
Setting 0100, 0300 and 0500 on files is totally non-reversable
Diffstat (limited to 'lib/File')
-rw-r--r--lib/File/Copy.t3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/File/Copy.t b/lib/File/Copy.t
index ded1b57f4f..1e6c9cb4a1 100644
--- 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 __ ($) {