summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorAndrew Hewus Fresh <afresh1@openbsd.org>2021-09-20 19:21:10 -0700
committerJames E Keenan <jkeenan@cpan.org>2021-09-21 09:18:56 -0400
commitfa26526789fbf61d704bd6291823c16ed912f342 (patch)
treede62250c4b4306bf86738e80b97627c896a33566 /ext
parent10a9859d73ceeaa26abe7fd651eb536d6f3b331f (diff)
downloadperl-fa26526789fbf61d704bd6291823c16ed912f342.tar.gz
Nothing changed in SIGINFO for OpenBSD 7.0
We'll check back in five years for OpenBSD 8.0 unless someone notices a fix before then.
Diffstat (limited to 'ext')
-rw-r--r--ext/POSIX/t/sigaction.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/POSIX/t/sigaction.t b/ext/POSIX/t/sigaction.t
index 73c66f9404..63303d7109 100644
--- a/ext/POSIX/t/sigaction.t
+++ b/ext/POSIX/t/sigaction.t
@@ -202,7 +202,7 @@ SKIP: {
$skip{pid}{$^O} = $skip{uid}{$^O} = "not set for kill()"
if (($^O.$Config{osvers}) =~ /^darwin[0-8]\./
||
- ($^O.$Config{osvers}) =~ /^openbsd[0-6]\./
+ ($^O.$Config{osvers}) =~ /^openbsd[0-7]\./
||
($^O eq 'gnu')
||