Files: 1eb144e388da5f1a3466703f56ac4ab591d700fc / test / test-50-spawn / test-execFileSync.js
232 bytesRaw
1 | |
2 | |
3 | 'use strict'; |
4 | |
5 | var execFileSync = require('child_process').execFileSync; |
6 | |
7 | execFileSync( |
8 | process.execPath, [ |
9 | require.resolve('./test-execFileSync-child.js'), 'argvx', '--argvy' |
10 | ], { stdio: 'inherit' } |
11 | ); |
12 |
Built with git-ssb-web