summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Hill <ohill@php.net>2008-07-02 15:00:21 +0000
committerOlivier Hill <ohill@php.net>2008-07-02 15:00:21 +0000
commita9175febd6326fbdc36dcc8a33bbed1166fe59c8 (patch)
tree43de57f2bf4e4ad97c44a39ba54d206de635f3e6
parent7a98fdc429bba3bda50a22d7e8e91e4fb47a3d9a (diff)
downloadphp-git-a9175febd6326fbdc36dcc8a33bbed1166fe59c8.tar.gz
Fix parse error
-rwxr-xr-xrun-tests.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/run-tests.php b/run-tests.php
index 01af4aef20..00cc6189d6 100755
--- a/run-tests.php
+++ b/run-tests.php
@@ -550,7 +550,7 @@ HELP;
}
if (strlen($conf_passed))
{
- if (substr(PHP_OS, 0, 3) != "WIN")) {
+ if (substr(PHP_OS, 0, 3) != "WIN") {
$pass_options .= " -c " . escapeshellarg($conf_passed);
} else {
$pass_options .= " -c '$conf_passed'";