diff options
Diffstat (limited to 'test/parallel/test-child-process-spawnsync-env.js')
-rw-r--r-- | test/parallel/test-child-process-spawnsync-env.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/parallel/test-child-process-spawnsync-env.js b/test/parallel/test-child-process-spawnsync-env.js index 0ebc66a745..bc7c5aa3dd 100644 --- a/test/parallel/test-child-process-spawnsync-env.js +++ b/test/parallel/test-child-process-spawnsync-env.js @@ -1,3 +1,4 @@ +'use strict'; var common = require('../common'); var assert = require('assert'); var cp = require('child_process'); |