diff --git a/tests/basic/GHSA-9pqp-7h25-4f32.phpt b/tests/basic/GHSA-9pqp-7h25-4f32.phpt index 29bcb6557d5a2..1bf1fc7704b5c 100644 --- a/tests/basic/GHSA-9pqp-7h25-4f32.phpt +++ b/tests/basic/GHSA-9pqp-7h25-4f32.phpt @@ -5,9 +5,6 @@ GHSA-9pqp-7h25-4f32 if (!getenv('TEST_PHP_CGI_EXECUTABLE')) { die("skip php-cgi not available"); } -if (substr(PHP_OS, 0, 3) == 'WIN') { - die("skip not for Windows in CI - probably resource issue"); -} ?> --FILE-- ['pipe', 'r'], + 0 => [PHP_OS_FAMILY === "Windows" ? 'socket' : 'pipe', 'r'], 1 => STDOUT, 2 => STDOUT, ];