From: Marcus Boerger Date: Thu, 1 Dec 2005 09:59:59 +0000 (+0000) Subject: - Use putenv() correct X-Git-Tag: RELEASE_2_0_2~8 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=507942a34e0b1c60ff625e87fcffde1794229a81;p=php - Use putenv() correct --- diff --git a/run-tests.php b/run-tests.php index a9e20aef40..65209b6740 100755 --- a/run-tests.php +++ b/run-tests.php @@ -297,7 +297,7 @@ if (isset($argc) && $argc > 1) { $just_save_results = true; break; case 'q': - putenv('NO_INTERACTION', 1); + putenv('NO_INTERACTION=1'); break; default: echo "Illegal switch specified!\n";