mirror of
https://github.com/fabro-sh/fabro.git
synced 2026-09-24 00:51:19 +00:00
The fake /bin/sh script in the render_error protocol test printed and exited without reading stdin, which raced the parent's write_all on Linux — EPIPE would surface as ChildCrashed (500) instead of the RenderFailed path (400) the test asserts. macOS pipe buffering masked the race. Adding `cat >/dev/null` mirrors the sibling protocol_violation test and makes the child consume the DOT input before printing the RENDER_ERROR line. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| crates | ||
| packages/fabro-api-client | ||