mirror of
https://github.com/openai/codex.git
synced 2026-05-04 05:11:37 +03:00
fix(linux-sandbox): clean bwrap mountpoint placeholders
Co-authored-by: Codex noreply@openai.com
This commit is contained in:
@@ -347,6 +347,10 @@ async fn bwrap_dev_nodes_work_and_missing_workspace_dot_codex_stays_blocked() {
|
||||
output.stdout.text.split_whitespace().collect::<Vec<_>>(),
|
||||
vec!["00", "00", "00", "00", "00", "00", "00", "00"]
|
||||
);
|
||||
assert!(
|
||||
!tmpdir.path().join(".codex").exists(),
|
||||
"bwrap-created .codex mountpoint should be cleaned up after command exit"
|
||||
);
|
||||
}
|
||||
|
||||
#[tokio::test]
|
||||
|
||||
Reference in New Issue
Block a user