test(linux-sandbox): fix bwrap mount order expectation

This commit is contained in:
viyatb-oai
2026-03-07 22:29:51 -08:00
parent e7eccd035a
commit 47a613c37e

View File

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