mirror of
https://github.com/openai/codex.git
synced 2026-09-16 12:13:30 +00:00
fix: test_dev_null_write() was not using echo as intended
This commit is contained in:
@@ -194,7 +194,7 @@ mod tests {
|
||||
|
||||
#[tokio::test]
|
||||
async fn test_dev_null_write() {
|
||||
run_cmd(&["echo", "blah", ">", "/dev/null"], &[], 200).await;
|
||||
run_cmd(&["bash", "-lc", "echo blah > /dev/null"], &[], 200).await;
|
||||
}
|
||||
|
||||
#[tokio::test]
|
||||
|
||||
Reference in New Issue
Block a user