Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
75lb committed Sep 10, 2021
1 parent aa4375e commit 2f81065
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/exec.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ tom.test('HandbrakeCLIPath', async function () {
return new Promise((resolve, reject) => {
hbjs.exec({ 'preset-list': true, HandbrakeCLIPath: 'one' }, function (err, stdout, stderr) {
if (err) {
a.ok(/command not found/.test(err.message))
a.equal(err.cmd, '"one" --preset-list --HandbrakeCLIPath "one"')
resolve()
} else {
Expand Down

0 comments on commit 2f81065

Please sign in to comment.