Skip to content

Commit

Permalink
Revert "Update test-run-script.js"
Browse files Browse the repository at this point in the history
This reverts commit 59eda89.
  • Loading branch information
maccyber committed Jul 13, 2017
1 parent 59eda89 commit aa46057
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test-run-script.js
Expand Up @@ -27,7 +27,7 @@ tap.test('runScript script do not exist', (t) => {
}
runScript(options)
.catch((err) => {
t.match(err.message, 'Command failed', 'runScript script do not exist ok')
t.match(err.message, 'does not exist', 'runScript script do not exist ok')
t.end()
})
})
Expand Down

0 comments on commit aa46057

Please sign in to comment.