diff options
author | Bram Moolenaar <Bram@vim.org> | 2016-07-21 20:33:32 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2016-07-21 20:33:32 +0200 |
commit | ac105ed3c420660ddbddc501c97875c48220817e (patch) | |
tree | af1f72494dadb3775100f85e65c8e0e970879e56 /src/testdir/test_channel.vim | |
parent | dfd63e30d13fff5603416b6c7e247cebeb003eb0 (diff) | |
download | vim-ac105ed3c420660ddbddc501c97875c48220817e.zip |
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.
Diffstat (limited to 'src/testdir/test_channel.vim')
-rw-r--r-- | src/testdir/test_channel.vim | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/testdir/test_channel.vim b/src/testdir/test_channel.vim index af9060a78..e00cc502b 100644 --- a/src/testdir/test_channel.vim +++ b/src/testdir/test_channel.vim @@ -1,5 +1,4 @@ " Test for channel functions. -scriptencoding utf-8 if !has('channel') finish |