Skip to content

test: add missing tmpdir.refresh() in recently-added test

Rodrigo Muino Tomonari requested to merge github/fork/Trott/refresh2 into master

Without tmpdir.refresh(), the test fails in some situations. This was missed because using test.py will almost always result in a leftover tmpdir lying around that makes the refresh() not needed.

Refs: https://github.com/nodejs/node/pull/24913#issuecomment-447982921

Collaborators, 👍 here to fast-track.

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines

Merge request reports

Loading