diff options
author | Jerry D. Hedden <jdhedden@cpan.org> | 2007-06-20 05:39:20 -0400 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2007-06-21 08:26:18 +0000 |
commit | 611b15c43bf9ee6ecebd8cea9b7c903b9301a130 (patch) | |
tree | be744853cfb860cfb37d23236cb148460d6eca8d /t/run | |
parent | 9286624c11ad2b83ad580c9203c2063f03c06a9b (diff) | |
download | perl-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.t | 2 |
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 { |