summaryrefslogtreecommitdiff
path: root/src/testdir/test_expand_dllpath.vim
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2016-07-21 20:33:32 +0200
committerBram Moolenaar <Bram@vim.org>2016-07-21 20:33:32 +0200
commitac105ed3c420660ddbddc501c97875c48220817e (patch)
treeaf1f72494dadb3775100f85e65c8e0e970879e56 /src/testdir/test_expand_dllpath.vim
parentdfd63e30d13fff5603416b6c7e247cebeb003eb0 (diff)
downloadvim-git-ac105ed3c420660ddbddc501c97875c48220817e.tar.gz
patch 7.4.2086v7.4.2086
Problem: Using the system default encoding makes tests unpredictable. Solution: Always use utf-8 or latin1 in the new style tests. Remove setting encoding and scriptencoding where it is not needed.
Diffstat (limited to 'src/testdir/test_expand_dllpath.vim')
-rw-r--r--src/testdir/test_expand_dllpath.vim2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/testdir/test_expand_dllpath.vim b/src/testdir/test_expand_dllpath.vim
index e69e7e1b3..d8ab41668 100644
--- a/src/testdir/test_expand_dllpath.vim
+++ b/src/testdir/test_expand_dllpath.vim
@@ -1,5 +1,3 @@
-scriptencoding utf-8
-
func s:test_expand_dllpath(optname)
let $TEST_EXPAND_DLLPATH = '/dllpath/lib' . substitute(a:optname, '\zedll$', '.', '')
execute 'let dllpath_save = &' . a:optname