Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
test: refresh the tmpdir before using
  • Loading branch information
Trott committed Jun 21, 2016
commit b8918af540c32b809c3cd7c7544b630741929424
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