diff --git a/ext/openssl/tests/stream_server_reneg_limit.phpt b/ext/openssl/tests/stream_server_reneg_limit.phpt index d84906c81ca75..f4bb6b52a80ba 100644 --- a/ext/openssl/tests/stream_server_reneg_limit.phpt +++ b/ext/openssl/tests/stream_server_reneg_limit.phpt @@ -7,9 +7,6 @@ openssl if (!function_exists("proc_open")) die("skip no proc_open"); exec('openssl help', $out, $code); if ($code > 0) die("skip couldn't locate openssl binary"); -if(substr(PHP_OS, 0, 3) == 'WIN') { - die('skip not suitable for Windows'); -} ?> --FILE-- 0) { fgets($stderr); }