mirror of
https://github.com/openai/codex.git
synced 2026-05-16 17:23:57 +00:00
test(windows-sandbox): log deny fixture visibility
Co-authored-by: Codex <noreply@openai.com>
This commit is contained in:
@@ -229,7 +229,13 @@ fn legacy_non_tty_cmd_honors_deny_read_overrides() {
|
||||
vec![
|
||||
"C:\\Windows\\System32\\cmd.exe".to_string(),
|
||||
"/c".to_string(),
|
||||
format!("type \"{public_rel}\" 2>&1"),
|
||||
format!(
|
||||
"cd & dir & dir \"{}\" & type \"{public_rel}\" 2>&1",
|
||||
fixture_dir
|
||||
.file_name()
|
||||
.expect("fixture name")
|
||||
.to_string_lossy(),
|
||||
),
|
||||
],
|
||||
cwd.as_path(),
|
||||
HashMap::new(),
|
||||
|
||||
Reference in New Issue
Block a user