aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThiago de Arruda <tpadilha84@gmail.com>2015-02-06 15:58:27 -0300
committerThiago de Arruda <tpadilha84@gmail.com>2015-02-06 15:58:27 -0300
commit28dcfcf325d222ae311bf972997c92bc1efd3e8f (patch)
tree7e7068df2451c7a1574d7e4e9be35eb6fb511a22
parent281cd3856cc2b14ccb05f77953bf16cd45cf92a3 (diff)
parent11fa4f42fd7cf02b9bf28dfe4e77fa3f4910c1c2 (diff)
downloadrneovim-28dcfcf325d222ae311bf972997c92bc1efd3e8f.tar.gz
rneovim-28dcfcf325d222ae311bf972997c92bc1efd3e8f.tar.bz2
rneovim-28dcfcf325d222ae311bf972997c92bc1efd3e8f.zip
Merge PR #1948 'Remove nondeterminism in systemlist interrupt tests'
-rw-r--r--test/functional/shell/viml_system_spec.lua4
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([[
^ |