From b06217e4d7ca952dcc80b2a7357d95b780a0b60f Mon Sep 17 00:00:00 2001 From: Michael Bolin Date: Thu, 28 May 2026 15:43:44 -0700 Subject: [PATCH] windows-sandbox: fix capture cancellation test roots --- codex-rs/windows-sandbox-rs/src/unified_exec/tests.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codex-rs/windows-sandbox-rs/src/unified_exec/tests.rs b/codex-rs/windows-sandbox-rs/src/unified_exec/tests.rs index 280faf3d285d..96f5c39e9233 100644 --- a/codex-rs/windows-sandbox-rs/src/unified_exec/tests.rs +++ b/codex-rs/windows-sandbox-rs/src/unified_exec/tests.rs @@ -477,7 +477,7 @@ fn legacy_capture_cancellation_is_not_reported_as_timeout() { let started_at = Instant::now(); let result = run_windows_sandbox_capture( &permission_profile, - cwd.as_path(), + workspace_roots_for(cwd.as_path()).as_slice(), codex_home.path(), vec![ pwsh.display().to_string(),