Skip to content

Commit b8918af

Browse files
committed
test: refresh the tmpdir before using
1 parent 193afef commit b8918af

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/parallel/test-fs-watch-encoding.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ if (common.isFreeBSD) {
1010
return;
1111
}
1212

13+
common.refreshTmpDir();
14+
1315
const fn = '新建文夹件.txt';
1416
const a = path.join(common.tmpDir, fn);
1517

0 commit comments

Comments
 (0)