mirror of
https://github.com/openai/codex.git
synced 2026-04-24 22:54:54 +00:00
timestamp
This commit is contained in:
@@ -223,10 +223,6 @@ mod tests {
|
||||
|
||||
#[tokio::test]
|
||||
async fn test_current_shell_detects_zsh() {
|
||||
if std::env::var("CODEX_SANDBOX").is_ok() {
|
||||
// In sandboxed environments, querying the default shell via libc may fail.
|
||||
return;
|
||||
}
|
||||
let shell = Command::new("sh")
|
||||
.arg("-c")
|
||||
.arg("echo $SHELL")
|
||||
|
||||
Reference in New Issue
Block a user