From b8918af540c32b809c3cd7c7544b630741929424 Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Thu, 16 Jun 2016 09:48:21 -0700 Subject: [PATCH] test: refresh the tmpdir before using --- test/parallel/test-fs-watch-encoding.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/parallel/test-fs-watch-encoding.js b/test/parallel/test-fs-watch-encoding.js index 47cb70310825c1..449d0c8bf4050c 100644 --- a/test/parallel/test-fs-watch-encoding.js +++ b/test/parallel/test-fs-watch-encoding.js @@ -10,6 +10,8 @@ if (common.isFreeBSD) { return; } +common.refreshTmpDir(); + const fn = '新建文夹件.txt'; const a = path.join(common.tmpDir, fn);