diff --git a/test/functional/shell/viml_system_spec.lua b/test/functional/shell/viml_system_spec.lua index 25d2b5bc2c..d24646e712 100644 --- a/test/functional/shell/viml_system_spec.lua +++ b/test/functional/shell/viml_system_spec.lua @@ -248,7 +248,7 @@ describe('systemlist()', function() end) it('`yes` and is directly interrupted with CTRL-C', function() - feed(':call systemlist("echo")') + feed(':call systemlist("yes | xargs")') screen:expect([[ ^ | ~ | @@ -268,7 +268,7 @@ describe('systemlist()', function() end) it('`yes` and is a little bit later interrupted with CTRL-C', function() - feed(':call systemlist("echo")') + feed(':call systemlist("yes | xargs")') feed('') screen:expect([[ ^ |