From 7685fb0e1c241f6a28f0f0999ba54d8d115de044 Mon Sep 17 00:00:00 2001 From: "Christoph M. Becker" Date: Mon, 25 Nov 2024 18:34:33 +0100 Subject: [PATCH] Enable GHSA-9pqp-7h25-4f32.phpt on Windows Closes GH-16933. --- tests/basic/GHSA-9pqp-7h25-4f32.phpt | 3 --- 1 file changed, 3 deletions(-) diff --git a/tests/basic/GHSA-9pqp-7h25-4f32.phpt b/tests/basic/GHSA-9pqp-7h25-4f32.phpt index 29bcb6557d5..af819163705 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--