summaryrefslogtreecommitdiff
path: root/sapi/cgi/tests/include.inc
diff options
context:
space:
mode:
Diffstat (limited to 'sapi/cgi/tests/include.inc')
-rw-r--r--sapi/cgi/tests/include.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/sapi/cgi/tests/include.inc b/sapi/cgi/tests/include.inc
index dc98dc0f23..61b339e49f 100644
--- a/sapi/cgi/tests/include.inc
+++ b/sapi/cgi/tests/include.inc
@@ -38,7 +38,7 @@ function get_cgi_path() /* {{{ */
}
}
- if ($php_path && is_dir($php_path) && file_exists($php_path."/cgi/php-cgi") && is_executable($php_path."/cgi/php-cgi")) {
+ if ($php_path && is_dir($php_path) && file_exists($php_path."/cgi/php-cgi") && is_executable($php_path."/cgi/php-cgi")) {
/* gotcha */
return $php_path."/cgi/php-cgi";
}