chore: re-enable execFileSync binary exec spec (#15476)
This commit is contained in:
parent
bae652f46d
commit
94f853c654
1 changed files with 1 additions and 1 deletions
|
@ -912,7 +912,7 @@ describe('asar package', function () {
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
|
||||||
xit('execFileSync executes binaries', function () {
|
it('execFileSync executes binaries', function () {
|
||||||
const output = execFileSync(echo, ['test'])
|
const output = execFileSync(echo, ['test'])
|
||||||
assert.strictEqual(String(output), 'test\n')
|
assert.strictEqual(String(output), 'test\n')
|
||||||
})
|
})
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue