1
0
mirror of https://github.com/php/php-src.git synced 2026-04-27 10:16:41 +02:00

Revert "Temporarily skip test"

This reverts commit 4e5a717866.

As of commit 17f7fb7605 the test should
no longer hang.
This commit is contained in:
Christoph M. Becker
2019-07-11 23:33:34 +02:00
parent 350f2212ff
commit d0d02ecc4e
-1
View 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";