Skip to content

Commit 8be0265

Browse files
committed
Don't skip win
1 parent a00bb86 commit 8be0265

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ext/curl/tests/gh16802.phpt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ GH-16802 (open_basedir bypass using curl extension)
44
curl
55
--SKIPIF--
66
<?php
7-
if (PHP_OS_FAMILY === "Windows") die("skip not for Windows");
87
$curl_version = curl_version();
98
if ($curl_version['version_number'] < 0x075500) {
109
die("skip: blob options not supported for curl < 7.85.0");

0 commit comments

Comments
 (0)