From: Jerry D. Hedden Date: Wed, 20 Jun 2007 09:39:20 +0000 (-0400) Subject: cloexec.t works under Cygwin X-Git-Tag: accepted/trunk/20130322.191538~15040 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=611b15c43bf9ee6ecebd8cea9b7c903b9301a130;p=platform%2Fupstream%2Fperl.git cloexec.t works under Cygwin From: "Jerry D. Hedden" Message-ID: <1ff86f510706200639t13f58ecbi286015713765c403@mail.gmail.com> p4raw-id: //depot/perl@31438 --- diff --git a/t/run/cloexec.t b/t/run/cloexec.t index a9da0bd..cfbe702 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 {