Skip to content

test: refresh the tmpdir before using

Rodrigo Muino Tomonari requested to merge github/fork/Trott/kqueue into master
Checklist
  • make -j4 test (UNIX) or vcbuild test nosign (Windows) passes
  • the commit message follows commit guidelines
Affected core subsystem(s)

test fs

Description of change

Test fails if tmp dir does not exist when the test is run. Add common.refreshTmpDir() so that doesn't happen.

Merge request reports

Loading