Home
last modified time | relevance | path

Searched refs:execFileSyncStdout (Results 1 – 1 of 1) sorted by relevance

/third_party/node/test/parallel/
Dtest-child-process-execfile.js115 const execFileSyncStdout = execFileSync(file, args, options); constant
116 assert.strictEqual(execFileSyncStdout, `foo bar${os.EOL}`);
119 assert.strictEqual(stdout, execFileSyncStdout);