Skip to content

test: close fds properly in tests

Rodrigo Muino Tomonari requested to merge github/fork/joyeecheung/close-fd into master

Otherwise the unclosed fd may keep the file open which makes subsequent rmdir attempts failed at exit.

https://github.com/nodejs/node/pull/38826#issuecomment-851932258

Merge request reports

Loading