Welcome to mirror list, hosted at ThFree Co, Russian Federation.

test-child-process-customfd-bounded.js « disabled « test - github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 203e6acaf379c517e80a4c4c8d87eec0dadd5b55 (plain)
1
2
3
4
5
6
7
8
var common = require('../common');

var bigish = Array(200);

for (var i = 0, il = bigish.length; i < il; ++i)
  bigish[i] = -1;

common.spawnPwd({ customFds: bigish });