]> granicus.if.org Git - php/commitdiff
- fix the fix
authorPierre Joye <pajoye@php.net>
Wed, 16 Jul 2008 15:41:58 +0000 (15:41 +0000)
committerPierre Joye <pajoye@php.net>
Wed, 16 Jul 2008 15:41:58 +0000 (15:41 +0000)
run-tests.php

index 65842ea5f1d6a4a5783831d7517fe86598f8a67f..4110f7ceb88eafb79c324926d680bd0052dcace4 100755 (executable)
@@ -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'";