summaryrefslogtreecommitdiff
path: root/test/pummel/test-regress-GH-814_2.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/pummel/test-regress-GH-814_2.js')
-rw-r--r--test/pummel/test-regress-GH-814_2.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/pummel/test-regress-GH-814_2.js b/test/pummel/test-regress-GH-814_2.js
index 1b40ca7b37..10de38a50c 100644
--- a/test/pummel/test-regress-GH-814_2.js
+++ b/test/pummel/test-regress-GH-814_2.js
@@ -27,6 +27,8 @@ const assert = require('assert');
const fs = require('fs');
const tmpdir = require('../common/tmpdir');
+
+tmpdir.refresh();
const testFileName = require('path').join(tmpdir.path, 'GH-814_test.txt');
const testFD = fs.openSync(testFileName, 'w');
console.error(`${testFileName}\n`);