From 611b15c43bf9ee6ecebd8cea9b7c903b9301a130 Mon Sep 17 00:00:00 2001 From: "Jerry D. Hedden" Date: Wed, 20 Jun 2007 05:39:20 -0400 Subject: [PATCH] cloexec.t works under Cygwin From: "Jerry D. Hedden" Message-ID: <1ff86f510706200639t13f58ecbi286015713765c403@mail.gmail.com> p4raw-id: //depot/perl@31438 --- t/run/cloexec.t | 2 -- 1 file changed, 2 deletions(-) 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 { -- 2.7.4