Files
codex/codex-rs/core/tests
T
Xiao-Yong Jin 0fbcdd77c8 core: make shell behavior portable on FreeBSD (#7039)
- Use /bin/sh instead of /bin/bash on FreeBSD/OpenBSD in the process
group timeout test to avoid command-not-found failures.

- Accept /usr/local/bin/bash as a valid SHELL path to match common
FreeBSD installations.

- Switch the shell serialization duration test to /bin/sh for improved
portability across Unix platforms.

With this change, `cargo test -p codex-core --lib` runs and passes on
FreeBSD.
0fbcdd77c8 ยท 2025-11-20 16:01:35 -08:00
History
..
2025-11-19 00:43:58 -08:00
2025-07-12 16:53:55 -07:00