diff options
Diffstat (limited to 'test/functional/shell/viml_system_spec.lua')
-rw-r--r-- | test/functional/shell/viml_system_spec.lua | 4 |
1 files changed, 2 insertions, 2 deletions
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")<cr><c-c>') + feed(':call systemlist("yes | xargs")<cr><c-c>') 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")<cr>') + feed(':call systemlist("yes | xargs")<cr>') feed('<c-c>') screen:expect([[ ^ | |