summaryrefslogtreecommitdiff
path: root/test/parallel/test-child-process-exec-cwd.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/parallel/test-child-process-exec-cwd.js')
-rw-r--r--test/parallel/test-child-process-exec-cwd.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/parallel/test-child-process-exec-cwd.js b/test/parallel/test-child-process-exec-cwd.js
index 3b6e428a4a..95feb42314 100644
--- a/test/parallel/test-child-process-exec-cwd.js
+++ b/test/parallel/test-child-process-exec-cwd.js
@@ -3,7 +3,7 @@ const common = require('../common');
const assert = require('assert');
const exec = require('child_process').exec;
-var pwdcommand, dir;
+let pwdcommand, dir;
if (common.isWindows) {
pwdcommand = 'echo %cd%';