node/test/parallel/test-child-process-fork3.js

5 lines
155 B
JavaScript

var common = require('../common');
var child_process = require('child_process');
child_process.fork(common.fixturesDir + '/empty.js'); // should not hang