diff options
author | ZyX <kp-pav@yandex.ru> | 2015-10-23 15:09:07 +0300 |
---|---|---|
committer | ZyX <kp-pav@yandex.ru> | 2015-10-23 15:56:51 +0300 |
commit | ec1ca54d59e229d89bfae6e6eb9e311fa6cb329e (patch) | |
tree | 6a2d8c0bb8b94bd764ec22343eebc6473083589d /test/functional/terminal/tui_spec.lua | |
parent | ca6235c20f4ac53cdc9f87857b6221a2841fe10e (diff) | |
download | rneovim-ec1ca54d59e229d89bfae6e6eb9e311fa6cb329e.tar.gz rneovim-ec1ca54d59e229d89bfae6e6eb9e311fa6cb329e.tar.bz2 rneovim-ec1ca54d59e229d89bfae6e6eb9e311fa6cb329e.zip |
functests: Do not forget about -i argument
Target: make all tests run with chmod -x ~/.config/nvim ~/.local/share/nvim.
Diffstat (limited to 'test/functional/terminal/tui_spec.lua')
-rw-r--r-- | test/functional/terminal/tui_spec.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/terminal/tui_spec.lua b/test/functional/terminal/tui_spec.lua index d604703fee..5ec087645f 100644 --- a/test/functional/terminal/tui_spec.lua +++ b/test/functional/terminal/tui_spec.lua @@ -11,7 +11,7 @@ describe('tui', function() before_each(function() helpers.clear() - screen = thelpers.screen_setup(0, '["'..helpers.nvim_prog..'", "-u", "NONE", "--cmd", "set noswapfile"]') + screen = thelpers.screen_setup(0, '["'..helpers.nvim_prog..'", "-u", "NONE", "-i", "NONE", "--cmd", "set noswapfile"]') screen.timeout = 30000 -- pasting can be really slow in the TUI screen:expect([[ {1: } | |