summaryrefslogtreecommitdiff
path: root/test/parallel/test-child-process-fork-exec-argv.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/parallel/test-child-process-fork-exec-argv.js')
-rw-r--r--test/parallel/test-child-process-fork-exec-argv.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/parallel/test-child-process-fork-exec-argv.js b/test/parallel/test-child-process-fork-exec-argv.js
index 94703a736a..a7a58452f9 100644
--- a/test/parallel/test-child-process-fork-exec-argv.js
+++ b/test/parallel/test-child-process-fork-exec-argv.js
@@ -1,4 +1,5 @@
'use strict';
+require('../common');
var assert = require('assert');
var child_process = require('child_process');
var spawn = child_process.spawn;