Files
codex/codex-rs/shell-command
T
pakrym-oai 9ddb1de633 [codex] Add /usr/bin/bash shell fallback (#26538)
## Why

Some Linux environments expose `bash` at `/usr/bin/bash` instead of
`/bin/bash`. The shell detection fallback list should cover both
standard locations once PATH/user-shell probing fails.

Stacked on #26480.

## What changed

- Add `/usr/bin/bash` to the bash fallback path list in
`codex-shell-command`.
- Extend shell type detection coverage for `/usr/bin/bash`.
- Add AGENTS.md testing guidance to avoid tests for statically defined
values and negative tests for removed logic.

## Verification

- `just test -p codex-shell-command`
9ddb1de633 ยท 2026-06-05 09:38:26 -07:00
History
..