From: Pierre Joye Date: Wed, 16 Jul 2008 15:41:58 +0000 (+0000) Subject: - fix the fix X-Git-Tag: php-5.3.0alpha1~318 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2a172dcc8c5c7a745ea1ee985a3106cc6211da4b;p=php - fix the fix --- diff --git a/run-tests.php b/run-tests.php index 65842ea5f1..4110f7ceb8 100755 --- a/run-tests.php +++ b/run-tests.php @@ -552,7 +552,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'";