summaryrefslogtreecommitdiff
path: root/t/run/cloexec.t
diff options
context:
space:
mode:
Diffstat (limited to 't/run/cloexec.t')
-rw-r--r--t/run/cloexec.t2
1 files changed, 0 insertions, 2 deletions
diff --git a/t/run/cloexec.t b/t/run/cloexec.t
index 769609af7c..314d5fa572 100644
--- a/t/run/cloexec.t
+++ b/t/run/cloexec.t
@@ -48,11 +48,9 @@ use strict;
$|=1;
my $Is_VMS = $^O eq 'VMS';
-my $Is_MacOS = $^O eq 'MacOS';
my $Is_Win32 = $^O eq 'MSWin32';
# When in doubt, skip.
-skip_all("MacOS") if $Is_MacOS;
skip_all("VMS") if $Is_VMS;
skip_all("Win32") if $Is_Win32;