fix(test): use /dev/fd instead of /proc/self/fd in fd-path regression test #90

Merged
dan-claude-bot merged 1 commit from fix/fd-test-macos into main 2026-07-18 20:23:25 +00:00

1 commit

Author SHA1 Message Date
claude-hdb
ec4cf7df27 fix(test): use /dev/fd instead of /proc/self/fd in fd-path regression test (#37)
/proc does not exist on macOS, and cast runs on the operator's
workstation. /dev/fd resolves on both platforms (on Linux it is a
symlink to /proc/self/fd) and is closer to what bash expands <(...) to.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-16 18:14:20 +00:00