functests: Do not forget about -i argument

Target: make all tests run with chmod -x ~/.config/nvim ~/.local/share/nvim.
This commit is contained in:
ZyX
2015-10-23 15:09:07 +03:00
parent ca6235c20f
commit ec1ca54d59
5 changed files with 5 additions and 5 deletions

View File

@@ -125,7 +125,7 @@ end
do
local spawn, nvim_prog = helpers.spawn, helpers.nvim_prog
local session = spawn({nvim_prog, '-u', 'NONE', '-N', '--embed'})
local session = spawn({nvim_prog, '-u', 'NONE', '-i', 'NONE', '-N', '--embed'})
local status, rv = session:request('vim_get_color_map')
if not status then
print('failed to get color map')