## Summary - replace the Python-based file creation command in the MCP shell approval test with native platform commands - build the expected command string from the exact argv that the test sends ## Why this fixes the flake The old test depended on Python startup and shell quoting details that varied across runners. The new version still verifies the same approval flow, but it uses `touch` on Unix and `New-Item` on Windows so the assertion only depends on the MCP shell command that Codex actually forwards. |
||
|---|---|---|
| .. | ||
| common | ||
| suite | ||
| all.rs | ||