Skip to content

Commit aa46057

Browse files
committed
Revert "Update test-run-script.js"
This reverts commit 59eda89.
1 parent 59eda89 commit aa46057

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test-run-script.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ tap.test('runScript script do not exist', (t) => {
2727
}
2828
runScript(options)
2929
.catch((err) => {
30-
t.match(err.message, 'Command failed', 'runScript script do not exist ok')
30+
t.match(err.message, 'does not exist', 'runScript script do not exist ok')
3131
t.end()
3232
})
3333
})

0 commit comments

Comments
 (0)