mirror of
https://github.com/oven-sh/bun
synced 2026-02-11 19:38:58 +00:00
Previously, the test was setting BUN_INSTALL_CACHE_DIR: undefined which passes the literal string "undefined" to the child process. This fix properly sets BUN_INSTALL_CACHE_DIR to a temporary directory within the test directory to isolate the test from the user's actual cache. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>