mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
job_spec: Fix bad test.
This commit is contained in:
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()
|
||||
|
Loading…
Reference in New Issue
Block a user