test(windows-sandbox): log deny fixture visibility

Co-authored-by: Codex <noreply@openai.com>
This commit is contained in:
viyatb-oai
2026-05-09 20:33:17 +00:00
parent 2a7bcb3dd8
commit 402bc07f81

View File

@@ -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(),