mirror of https://github.com/lukechilds/node.git
Browse Source
Require the test setup to obtain an EMFILE error and not ENFILE as ENFILE means there is a race condition with other processes that may close files before `spawn()` is called by the test. Fixes: https://github.com/nodejs/node/issues/2666 PR-URL: https://github.com/nodejs/node/pull/3430 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: James M Snell <jasnell@gmail.com>v5.x
committed by
Rod Vagg
1 changed files with 24 additions and 8 deletions
Loading…
Reference in new issue