mirror of
https://github.com/openai/codex.git
synced 2026-09-08 15:50:34 +00:00
Fix Windows sandbox process application resolution
This commit is contained in:
@@ -235,6 +235,7 @@ mod tests {
|
||||
use pretty_assertions::assert_eq;
|
||||
use std::collections::HashMap;
|
||||
use std::path::Path;
|
||||
use std::path::PathBuf;
|
||||
|
||||
#[test]
|
||||
fn argv_to_command_line_quotes_each_argument_independently() {
|
||||
|
||||
Reference in New Issue
Block a user