Skip to content

Commit 4dc362b

Browse files
committed
Don't pass $extra_options to CLEAN
1 parent 01594c7 commit 4dc362b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run-tests.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2504,7 +2504,7 @@ function run_test(string $php, $file, array $env): string
25042504
if (!$no_clean) {
25052505
$extra = !IS_WINDOWS ?
25062506
"unset REQUEST_METHOD; unset QUERY_STRING; unset PATH_TRANSLATED; unset SCRIPT_FILENAME; unset REQUEST_METHOD;" : "";
2507-
$clean_output = system_with_timeout("$extra $orig_php $pass_options $extra_options -q $orig_ini_settings $no_file_cache \"$test_clean\"", $env);
2507+
$clean_output = system_with_timeout("$extra $orig_php $pass_options -q $orig_ini_settings $no_file_cache \"$test_clean\"", $env);
25082508
}
25092509

25102510
if (!$cfg['keep']['clean']) {

0 commit comments

Comments
 (0)