Skip to content

Commit 9d23e1b

Browse files
committed
Run curl_setopt_ssl.phpt on Windows
There seems to be no particular reason to skip this test on Windows. While we're at it, we also remove the check for `proc_open()` since this function is required (and checked) by run-tests.php anyway.
1 parent dd8af18 commit 9d23e1b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

ext/curl/tests/curl_setopt_ssl.phpt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,8 @@ CURLOPT_SSL* basic client auth tests
44
curl
55
--SKIPIF--
66
<?php
7-
if (!function_exists("proc_open")) die("skip no proc_open");
87
exec('openssl version', $out, $code);
98
if ($code > 0) die("skip couldn't locate openssl binary");
10-
if (PHP_OS_FAMILY === 'Windows') die('skip not for Windows');
119
if (PHP_OS_FAMILY === 'Darwin') die('skip Fails intermittently on macOS');
1210
if (PHP_OS === 'FreeBSD') die('skip proc_open seems to be stuck on FreeBSD');
1311
$curl_version = curl_version();

0 commit comments

Comments
 (0)