timestamp

This commit is contained in:
Ahmed Ibrahim
2025-09-08 18:48:03 -07:00
parent 5e41303911
commit 28c57aded3

View File

@@ -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")