summaryrefslogtreecommitdiff
path: root/t/run
diff options
context:
space:
mode:
authorJerry D. Hedden <jdhedden@cpan.org>2007-06-20 05:39:20 -0400
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2007-06-21 08:26:18 +0000
commit611b15c43bf9ee6ecebd8cea9b7c903b9301a130 (patch)
treebe744853cfb860cfb37d23236cb148460d6eca8d /t/run
parent9286624c11ad2b83ad580c9203c2063f03c06a9b (diff)
downloadperl-611b15c43bf9ee6ecebd8cea9b7c903b9301a130.tar.gz
cloexec.t works under Cygwin
From: "Jerry D. Hedden" <jdhedden@cpan.org> Message-ID: <1ff86f510706200639t13f58ecbi286015713765c403@mail.gmail.com> p4raw-id: //depot/perl@31438
Diffstat (limited to 't/run')
-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 a9da0bd54f..cfbe702a08 100644
--- a/t/run/cloexec.t
+++ b/t/run/cloexec.t
@@ -50,12 +50,10 @@ $|=1;
my $Is_VMS = $^O eq 'VMS';
my $Is_MacOS = $^O eq 'MacOS';
my $Is_Win32 = $^O eq 'MSWin32';
-my $Is_Cygwin = $^O eq 'cygwin';
# When in doubt, skip.
skip_all("MacOS") if $Is_MacOS;
skip_all("VMS") if $Is_VMS;
-skip_all("cygwin") if $Is_Cygwin;
skip_all("Win32") if $Is_Win32;
sub make_tmp_file {