summaryrefslogtreecommitdiff
path: root/test/sequential/test-regress-GH-4027.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/sequential/test-regress-GH-4027.js')
-rw-r--r--test/sequential/test-regress-GH-4027.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/sequential/test-regress-GH-4027.js b/test/sequential/test-regress-GH-4027.js
index 7653dda182..87a8861ac3 100644
--- a/test/sequential/test-regress-GH-4027.js
+++ b/test/sequential/test-regress-GH-4027.js
@@ -6,7 +6,7 @@ const fs = require('fs');
common.refreshTmpDir();
-var filename = path.join(common.tmpDir, 'watched');
+const filename = path.join(common.tmpDir, 'watched');
fs.writeFileSync(filename, 'quis custodiet ipsos custodes');
setTimeout(fs.unlinkSync, 100, filename);