run-test2 should be able to emulate POST & GET in the same time

This commit is contained in:
Antony Dovgal 2004-11-18 14:57:45 +00:00
parent 867517fa5d
commit ee31c94bc7

View file

@ -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";