Skip to content

Commit

Permalink
test: refresh the tmpdir before using
Browse files Browse the repository at this point in the history
  • Loading branch information
Trott committed Jun 21, 2016
1 parent 193afef commit b8918af
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/parallel/test-fs-watch-encoding.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ if (common.isFreeBSD) {
return;
}

common.refreshTmpDir();

const fn = '新建文夹件.txt';
const a = path.join(common.tmpDir, fn);

Expand Down

0 comments on commit b8918af

Please sign in to comment.