fix(ci): add stderr to test field, use text=false on vim.system
This commit is contained in:
parent
e780b8ad4e
commit
1093ff26f6
2 changed files with 2 additions and 1 deletions
|
|
@ -196,7 +196,7 @@ describe('cp.execute', function()
|
|||
it('handles command execution', function()
|
||||
vim.system = function(_, opts)
|
||||
if opts then
|
||||
assert.equals(true, opts.text)
|
||||
assert.equals(false, opts.text)
|
||||
end
|
||||
return {
|
||||
wait = function()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue