summaryrefslogtreecommitdiff
path: root/dist
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2020-05-24 12:51:18 -0600
committerSawyer X <xsawyerx@cpan.org>2020-05-27 11:09:32 +0300
commita944ad5282d13d2c5b44985afeead4517c582344 (patch)
treedcaf56d6253cd3c9ab73036a00f1673201a39e37 /dist
parenta56c59cec6642d3350ef12fca987a52dd99a40da (diff)
downloadperl-a944ad5282d13d2c5b44985afeead4517c582344.tar.gz
dist/IO/t/cachepropagate-unix.t: Add os390 to TODO list
To TODO a test for
Diffstat (limited to 'dist')
-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 7a1ff85653..e0dde1e242 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)$/;
+ if $^O =~ /^(netbsd|darwin|cygwin|hpux|solaris|dragonfly|os390)$/;
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)$/;
+ if $^O =~ /^(netbsd|darwin|cygwin|hpux|solaris|dragonfly|os390)$/;
ok(defined($p), 'protocol defined');
}
$d = $listener->sockdomain();