summaryrefslogtreecommitdiff
path: root/dist/PathTools/t/cwd_enoent.t
diff options
context:
space:
mode:
Diffstat (limited to 'dist/PathTools/t/cwd_enoent.t')
-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';