From ee31c94bc72d4bfb9da73b8b8acac75281f6cf98 Mon Sep 17 00:00:00 2001 From: Antony Dovgal Date: Thu, 18 Nov 2004 14:57:45 +0000 Subject: [PATCH] run-test2 should be able to emulate POST & GET in the same time --- run-tests2.php | 1 + 1 file changed, 1 insertion(+) 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"; -- 2.50.1