From ac105ed3c420660ddbddc501c97875c48220817e Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Thu, 21 Jul 2016 20:33:32 +0200 Subject: patch 7.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. --- src/testdir/test_expand_dllpath.vim | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/testdir/test_expand_dllpath.vim') 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 -- cgit v1.2.1