mirror of
https://github.com/openai/codex.git
synced 2026-09-13 11:47:17 +00:00
style(linux-sandbox): satisfy format check for #15786
This commit is contained in:
@@ -803,7 +803,8 @@ mod tests {
|
||||
.position(|window| window[0] == "--ro-bind" && window[2] == "/.codex")
|
||||
.expect("expected read-only /.codex carveout");
|
||||
assert!(
|
||||
writable_root_bind_index < codex_carveout_index && codex_carveout_index < dev_rebind_index,
|
||||
writable_root_bind_index < codex_carveout_index
|
||||
&& codex_carveout_index < dev_rebind_index,
|
||||
"expected /.codex carveout after writable root bind and before /dev rebind: {:#?}",
|
||||
args.args
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user