aboutsummaryrefslogtreecommitdiff
path: root/test/functional/ui
diff options
context:
space:
mode:
authorDaniel Hahler <git@thequod.de>2019-08-30 07:46:24 +0200
committerGitHub <noreply@github.com>2019-08-30 07:46:24 +0200
commit7d5388735239ebda0359bfd3947d767ca38a2a82 (patch)
treea15e49bf79c7652a977abe19783a8d9e5c0bddb9 /test/functional/ui
parent56e570f8af263aeefe2b6dc121c4a88c347a6e9c (diff)
parentbf85023005f01657b78d5279e7c4843781254e46 (diff)
downloadrneovim-7d5388735239ebda0359bfd3947d767ca38a2a82.tar.gz
rneovim-7d5388735239ebda0359bfd3947d767ca38a2a82.tar.bz2
rneovim-7d5388735239ebda0359bfd3947d767ca38a2a82.zip
Merge pull request #10855 from blueyed/out_data_decide_throttle
Revisit out_data_decide_throttle
Diffstat (limited to 'test/functional/ui')
-rw-r--r--test/functional/ui/output_spec.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/ui/output_spec.lua b/test/functional/ui/output_spec.lua
index 4a0e7ccad0..139ef5964e 100644
--- a/test/functional/ui/output_spec.lua
+++ b/test/functional/ui/output_spec.lua
@@ -50,7 +50,7 @@ describe("shell command :!", function()
end)
it("throttles shell-command output greater than ~10KB", function()
- child_session.feed_data(":!"..nvim_dir.."/shell-test REP_NODELAY 30001 foo\n")
+ child_session.feed_data(":!"..nvim_dir.."/shell-test REP 30001 foo\n")
-- If we observe any line starting with a dot, then throttling occurred.
-- Avoid false failure on slow systems.