Change 31438 by [EMAIL PROTECTED] on 2007/06/21 08:26:18
Subject: [PATCH] cloexec.t works under Cygwin
From: "Jerry D. Hedden" <[EMAIL PROTECTED]>
Date: Wed, 20 Jun 2007 09:39:20 -0400
Message-ID: <[EMAIL PROTECTED]>
Affected files ...
... //depot/perl/t/run/cloexec.t#4 edit
Differences ...
==== //depot/perl/t/run/cloexec.t#4 (text) ====
Index: perl/t/run/cloexec.t
--- perl/t/run/cloexec.t#3~30078~ 2007-01-30 03:13:51.000000000 -0800
+++ perl/t/run/cloexec.t 2007-06-21 01:26:18.000000000 -0700
@@ -50,12 +50,10 @@
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 {
End of Patch.