job_spec: Fix bad test.

This commit is contained in:
Scott Prager 2014-11-06 17:58:31 -05:00 committed by Thiago de Arruda
parent fd36dc208e
commit ea3296ad85

View File

@ -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()