aboutsummaryrefslogtreecommitdiff
path: root/test/functional/helpers.lua
diff options
context:
space:
mode:
authorBjörn Linse <bjorn.linse@gmail.com>2015-11-11 11:16:31 +0100
committerBjörn Linse <bjorn.linse@gmail.com>2016-01-02 23:22:13 +0100
commit70f6e2ce52b966866f57ee5a1753ba420b1bd1a4 (patch)
tree0240a406e072ed50276d6f167ca6659103f20a22 /test/functional/helpers.lua
parent5a6633bc3498f69f04ba89abc71c82d8e80648e2 (diff)
downloadrneovim-70f6e2ce52b966866f57ee5a1753ba420b1bd1a4.tar.gz
rneovim-70f6e2ce52b966866f57ee5a1753ba420b1bd1a4.tar.bz2
rneovim-70f6e2ce52b966866f57ee5a1753ba420b1bd1a4.zip
encoding: update tests
Diffstat (limited to 'test/functional/helpers.lua')
-rw-r--r--test/functional/helpers.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/helpers.lua b/test/functional/helpers.lua
index 67c5a6f626..50fa3fb1bd 100644
--- a/test/functional/helpers.lua
+++ b/test/functional/helpers.lua
@@ -8,7 +8,7 @@ local Session = require('nvim.session')
local nvim_prog = os.getenv('NVIM_PROG') or 'build/bin/nvim'
local nvim_argv = {nvim_prog, '-u', 'NONE', '-i', 'NONE', '-N',
- '--cmd', 'set shortmess+=I background=light noswapfile noautoindent laststatus=1 encoding=utf-8 undodir=. directory=. viewdir=. backupdir=.',
+ '--cmd', 'set shortmess+=I background=light noswapfile noautoindent laststatus=1 undodir=. directory=. viewdir=. backupdir=.',
'--embed'}
-- Formulate a path to the directory containing nvim. We use this to