summaryrefslogtreecommitdiff
path: root/run-tests.php
diff options
context:
space:
mode:
Diffstat (limited to 'run-tests.php')
-rwxr-xr-xrun-tests.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/run-tests.php b/run-tests.php
index 43db6ca6c7..b7417da4bd 100755
--- a/run-tests.php
+++ b/run-tests.php
@@ -171,7 +171,7 @@ function initialize()
if ($windows_p) {
// modify path to help Windows find DLL files
$path = dirname($php) . ";" . getenv("PATH");
- setenv("PATH={$path}");
+ putenv("PATH={$path}");
}
create_compiled_in_modules_list();