From: Olivier Hill Date: Wed, 2 Jul 2008 15:00:21 +0000 (+0000) Subject: Fix parse error X-Git-Tag: php-5.3.0alpha1~531 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a9175febd6326fbdc36dcc8a33bbed1166fe59c8;p=php Fix parse error --- 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'";