Skip to content

Commit

Permalink
chore: re-enable execFileSync binary exec spec (electron#15476)
Browse files Browse the repository at this point in the history
  • Loading branch information
codebytere authored and John Kleinschmidt committed Oct 30, 2018
1 parent bae652f commit 94f853c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/asar-spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -912,7 +912,7 @@ describe('asar package', function () {
})
})

xit('execFileSync executes binaries', function () {
it('execFileSync executes binaries', function () {
const output = execFileSync(echo, ['test'])
assert.strictEqual(String(output), 'test\n')
})
Expand Down

0 comments on commit 94f853c

Please sign in to comment.