summaryrefslogtreecommitdiff
path: root/dist/PathTools
diff options
context:
space:
mode:
authorTony Cook <tony@develop-help.com>2020-10-26 16:50:44 +0000
committerTony Cook <tony@develop-help.com>2020-11-05 15:47:30 +1100
commitee21c8f6377562694fb26ce448349dc48e30aee2 (patch)
tree8df147b5c3d6dd0bc0170881391b3e44e56cd72d /dist/PathTools
parent544d39aa954f5d4fcff56dd1c4cfbae3ed9a80ab (diff)
downloadperl-ee21c8f6377562694fb26ce448349dc48e30aee2.tar.gz
document the issues for the enoent problem on dragonfly
Diffstat (limited to 'dist/PathTools')
-rw-r--r--dist/PathTools/t/cwd_enoent.t2
1 files changed, 2 insertions, 0 deletions
diff --git a/dist/PathTools/t/cwd_enoent.t b/dist/PathTools/t/cwd_enoent.t
index 510c65ed0c..2e94bad758 100644
--- a/dist/PathTools/t/cwd_enoent.t
+++ b/dist/PathTools/t/cwd_enoent.t
@@ -26,6 +26,8 @@ foreach my $type (qw(regular perl)) {
if $type eq "perl" &&
!(($Config{prefix} =~ m/\//) && $^O ne "cygwin");
+ # https://github.com/Perl/perl5/issues/16525
+ # https://bugs.dragonflybsd.org/issues/3250
skip "getcwd() doesn't fail on non-existent directories on this platform", 4
if $type eq 'regular' && $^O eq 'dragonfly';