mirror of
https://github.com/oven-sh/bun
synced 2026-02-19 07:12:24 +00:00
Capture and verify the exec() child PID to ensure it gets killed by autokill. Previously the test discarded the exec child's PID, so a regression that left exec()-spawned processes alive would still pass. Now we capture all three PIDs (spawn, shell spawn, exec) and verify all are killed by autokill. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>