Index: run-tests.php =================================================================== RCS file: /repository/php-src/run-tests.php,v retrieving revision 1.193 diff -u -r1.193 run-tests.php --- run-tests.php 30 Mar 2004 23:58:47 -0000 1.193 +++ run-tests.php 30 Apr 2004 04:47:11 -0000 @@ -814,7 +814,7 @@ putenv("CONTENT_TYPE=application/x-www-form-urlencoded"); putenv("CONTENT_LENGTH=$content_length"); - $cmd = "$php$pass_options$ini_settings -f $tmp_file 2>&1 < $tmp_post"; + $cmd = "$php$pass_options$ini_settings -f \"$tmp_file\" 2>&1 < \"$tmp_post\""; } else { @@ -822,7 +822,7 @@ putenv("CONTENT_TYPE="); putenv("CONTENT_LENGTH="); - $cmd = "$php$pass_options$ini_settings -f $tmp_file$args 2>&1"; + $cmd = "$php$pass_options$ini_settings -f \"$tmp_file\"$args 2>&1"; } if (DETAILED) echo "