summaryrefslogtreecommitdiff
path: root/ext/POSIX/t/sigaction.t
diff options
context:
space:
mode:
Diffstat (limited to 'ext/POSIX/t/sigaction.t')
-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 b864b6588f..d280d686b9 100644
--- a/ext/POSIX/t/sigaction.t
+++ b/ext/POSIX/t/sigaction.t
@@ -10,7 +10,7 @@ BEGIN{
use Config;
eval { use POSIX; };
if($@ || $^O eq 'MSWin32' || $^O eq 'NetWare' || $^O eq 'dos' ||
- ($^O eq 'VMS' && !$Config{'d_sigaction'})) {
+ $^O eq 'MacOS' || ($^O eq 'VMS' && !$Config{'d_sigaction'})) {
print "1..0\n";
exit 0;
}