summaryrefslogtreecommitdiff
path: root/ext/standard/tests/file/bug72035.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/tests/file/bug72035.phpt')
-rw-r--r--ext/standard/tests/file/bug72035.phpt1
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/standard/tests/file/bug72035.phpt b/ext/standard/tests/file/bug72035.phpt
index feb4eb9acd..eb784f737d 100644
--- a/ext/standard/tests/file/bug72035.phpt
+++ b/ext/standard/tests/file/bug72035.phpt
@@ -3,7 +3,6 @@ Bug #72035 php-cgi.exe fails to run scripts relative to drive root
--SKIPIF--
<?php
if(substr(PHP_OS, 0, 3) != 'WIN' ) die('skip windows only test');
-if(php_sapi_name() != "cli") die('skip CLI only test');
$cgi = realpath(dirname(PHP_BINARY)) . DIRECTORY_SEPARATOR . "php-cgi.exe";
if (!file_exists($cgi)) die('skip CGI binary not found');