summaryrefslogtreecommitdiff
path: root/test/pummel/test-regress-GH-814.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/pummel/test-regress-GH-814.js')
-rw-r--r--test/pummel/test-regress-GH-814.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/pummel/test-regress-GH-814.js b/test/pummel/test-regress-GH-814.js
index d7af574e0a..3ae6dd061c 100644
--- a/test/pummel/test-regress-GH-814.js
+++ b/test/pummel/test-regress-GH-814.js
@@ -37,6 +37,8 @@ function newBuffer(size, value) {
}
const fs = require('fs');
+
+tmpdir.refresh();
const testFileName = require('path').join(tmpdir.path, 'GH-814_testFile.txt');
const testFileFD = fs.openSync(testFileName, 'w');
console.log(testFileName);