diff options
Diffstat (limited to 'test')
-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 653f76f372..9ecfcd3df9 100644 --- a/test/functional/core/job_spec.lua +++ b/test/functional/core/job_spec.lua @@ -341,7 +341,7 @@ describe('jobs', function() function! s:OnEvent(id, data, event) dict let g:job_result = get(self, 'user') endfunction - let s:job = jobstart('echo', { + let s:job = jobstart('echo "foo"', { \ 'on_stdout': 's:OnEvent', \ 'on_stderr': 's:OnEvent', \ 'on_exit': 's:OnEvent', |