diff options
Diffstat (limited to 'test/functional/core/job_spec.lua')
-rw-r--r-- | test/functional/core/job_spec.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/core/job_spec.lua b/test/functional/core/job_spec.lua index 4a21444ee0..feb9c9aeaa 100644 --- a/test/functional/core/job_spec.lua +++ b/test/functional/core/job_spec.lua @@ -417,7 +417,7 @@ describe('jobs', function() \ }) ]]) - screen:expect("{2:E120: Using <SID> not in a script context: s:OnEvent}",nil,nil,nil,true) + screen:expect{any="{2:E120: Using <SID> not in a script context: s:OnEvent}"} end) it('does not repeat output with slow output handlers', function() |