diff options
Diffstat (limited to 'test/parallel/test-child-process-fork-exec-path.js')
-rw-r--r-- | test/parallel/test-child-process-fork-exec-path.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/parallel/test-child-process-fork-exec-path.js b/test/parallel/test-child-process-fork-exec-path.js index 459e9992d0..e42b72f2b8 100644 --- a/test/parallel/test-child-process-fork-exec-path.js +++ b/test/parallel/test-child-process-fork-exec-path.js @@ -1,8 +1,8 @@ 'use strict'; +const common = require('../common'); var assert = require('assert'); var fs = require('fs'); var path = require('path'); -var common = require('../common'); var msg = {test: 'this'}; var nodePath = process.execPath; var copyPath = path.join(common.tmpDir, 'node-copy.exe'); |