summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--run-tests2.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/run-tests2.php b/run-tests2.php
index b214ea0c78..5c3b43efaa 100644
--- a/run-tests2.php
+++ b/run-tests2.php
@@ -1379,6 +1379,7 @@ class testHarness {
in older php versions. At least IIS can be configured
to do this. */
$args = $env['QUERY_STRING'];
+ $args = "$ini_overwrites $tmp_file \"$args\" 2>&1";
} else {
$args = $section_text['ARGS'] ? $section_text['ARGS'] : '';
$args = "$ini_overwrites $tmp_file $args 2>&1";