summaryrefslogtreecommitdiff
path: root/dist/IO
diff options
context:
space:
mode:
authorSamuel Thibault <sthibault@debian.org>2020-06-18 13:47:36 +0200
committerKarl Williamson <khw@cpan.org>2020-07-30 15:15:02 -0600
commit51581d5759f62e7f9005c8ddf9695916c26cadbc (patch)
tree1db37096b3eebbea66259f767e11eef3ced607aa /dist/IO
parent83aa75213860c4aa879853b1bac9e58a116214ab (diff)
downloadperl-51581d5759f62e7f9005c8ddf9695916c26cadbc.tar.gz
GNU/Hurd doesn't support SO_PROTOCOL
Diffstat (limited to 'dist/IO')
-rw-r--r--dist/IO/t/cachepropagate-unix.t4
1 files changed, 2 insertions, 2 deletions
diff --git a/dist/IO/t/cachepropagate-unix.t b/dist/IO/t/cachepropagate-unix.t
index e0dde1e242..718d01da1d 100644
--- a/dist/IO/t/cachepropagate-unix.t
+++ b/dist/IO/t/cachepropagate-unix.t
@@ -50,7 +50,7 @@ my $p = $listener->protocol();
# This is a TODO instead of a skip so if these ever implement SO_PROTOCOL
# we'll be notified about the passing TODO so the test can be updated.
local $TODO = "$^O doesn't support SO_PROTOCOL on AF_UNIX"
- if $^O =~ /^(netbsd|darwin|cygwin|hpux|solaris|dragonfly|os390)$/;
+ if $^O =~ /^(netbsd|darwin|cygwin|hpux|solaris|dragonfly|os390|gnu)$/;
ok(defined($p), 'protocol defined');
}
my $d = $listener->sockdomain();
@@ -105,7 +105,7 @@ SKIP: {
{
# see comment above
local $TODO = "$^O doesn't support SO_PROTOCOL on AF_UNIX"
- if $^O =~ /^(netbsd|darwin|cygwin|hpux|solaris|dragonfly|os390)$/;
+ if $^O =~ /^(netbsd|darwin|cygwin|hpux|solaris|dragonfly|os390|gnu)$/;
ok(defined($p), 'protocol defined');
}
$d = $listener->sockdomain();