From 324dae17cb9d2aa4ae733b4f0d6c2a65e6a3d839 Mon Sep 17 00:00:00 2001 From: Sharad Chandran R Date: Mon, 29 Dec 2025 17:10:05 +0530 Subject: [PATCH] Fix variable assignment for PHP argument escaping --- run-tests.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run-tests.php b/run-tests.php index a06f0958d1b1e..266d352260200 100755 --- a/run-tests.php +++ b/run-tests.php @@ -1861,8 +1861,8 @@ function run_test(string $php, $file, array $env): string $skipCache = new SkipCache($enableSkipCache, $cfg['keep']['skip']); } - $orig_php = $php; $php = escapeshellarg($php); + $orig_php = $php; $retried = false; retry: