]> granicus.if.org Git - php/commitdiff
Revert "Temporarily skip test"
authorChristoph M. Becker <cmbecker69@gmx.de>
Thu, 11 Jul 2019 21:33:34 +0000 (23:33 +0200)
committerChristoph M. Becker <cmbecker69@gmx.de>
Thu, 11 Jul 2019 21:33:34 +0000 (23:33 +0200)
This reverts commit 4e5a717866ed18c5ee539e339e33cc71f0ac8a88.

As of commit 17f7fb76053cabe20225472debe4d1801221ef9f the test should
no longer hang.

ext/standard/tests/streams/bug64433.phpt

index b42356e11e7da7b922b8356cb4f6081afcc2673e..bb22edee55f93c376e9c93e69c76e19714efc095 100644 (file)
@@ -2,7 +2,6 @@
 Bug #60180 ($_SERVER["PHP_SELF"] incorrect)
 --SKIPIF--
 <?php
-if (substr(PHP_OS, 0, 3) == 'WIN') die("skip test hangs on Windows as of commit 30019f4");
 if(!file_exists(__DIR__."/../../../../sapi/cli/tests/php_cli_server.inc"))
        die("skip could not found cli server script");
 $res = @include __DIR__."/../../../../sapi/cli/tests/php_cli_server.inc";