From 507942a34e0b1c60ff625e87fcffde1794229a81 Mon Sep 17 00:00:00 2001 From: Marcus Boerger Date: Thu, 1 Dec 2005 09:59:59 +0000 Subject: [PATCH] - Use putenv() correct --- run-tests.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"; -- 2.50.1