mirror of
https://github.com/neovim/neovim.git
synced 2026-01-16 18:19:04 +10:00
job_spec: Fix bad test.
This commit is contained in:
committed by
Thiago de Arruda
parent
fd36dc208e
commit
ea3296ad85
@@ -82,7 +82,7 @@ describe('jobs', function()
|
||||
|
||||
it('will not allow jobsend/stop on a non-existent job', function()
|
||||
eq(false, pcall(eval, "jobsend(-1, 'lol')"))
|
||||
eq(false, pcall(eval, "jobstop(-1, 'lol')"))
|
||||
eq(false, pcall(eval, "jobstop(-1)"))
|
||||
end)
|
||||
|
||||
it('will not allow jobstop twice on the same job', function()
|
||||
|
||||
Reference in New Issue
Block a user