mirror of
https://github.com/openai/codex.git
synced 2026-05-02 12:21:26 +03:00
test(linux-sandbox): fix bwrap mount order expectation
This commit is contained in:
@@ -529,11 +529,11 @@ mod tests {
|
||||
"--dev".to_string(),
|
||||
"/dev".to_string(),
|
||||
"--bind".to_string(),
|
||||
"/dev".to_string(),
|
||||
"/dev".to_string(),
|
||||
"/".to_string(),
|
||||
"/".to_string(),
|
||||
"--bind".to_string(),
|
||||
"/".to_string(),
|
||||
"/".to_string(),
|
||||
"/dev".to_string(),
|
||||
"/dev".to_string(),
|
||||
]
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user