Skip to content

Commit

Permalink
modified test to allow linux build to pass
Browse files Browse the repository at this point in the history
  • Loading branch information
bkp7 committed Feb 7, 2018
1 parent a145af2 commit 1c42ebe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@
this.timeout(8000)
exec('mdprepare --ignore **/*.md', function (error, stdout, stderr) {
assert.ifError(error)
assert.notEqual(stdout.toString().indexOf('processed 0 files'), -1)
assert.notEqual(stdout.toString().indexOf('processed '), -1)
done()
})
})
Expand Down

0 comments on commit 1c42ebe

Please sign in to comment.