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

@@ -118,7 +118,7 @@ describe('server -> client', function()
describe('when the client is a recursive vim instance', function()
before_each(function()
nvim('command', "let vim = rpcstart('"..nvim_prog.."', ['-u', 'NONE', '--embed'])")
nvim('command', "let vim = rpcstart('"..nvim_prog.."', ['-u', 'NONE', '-i', 'NONE', '--embed'])")
neq(0, eval('vim'))
end)