Skip to content

test: work around ENOTEMPTY when cleaning tmp dir

Rodrigo Muino Tomonari requested to merge github/fork/bnoordhuis/fix30620 into master

Replace the homegrown rimrafsync implementation in test/common with a call to fs.rmdirSync(path, { recursive: true }).

Fixes: https://github.com/nodejs/node/issues/30620 Fixes: https://github.com/nodejs/node/issues/30844

cc @joaocgreis

Merge request reports

Loading