summaryrefslogtreecommitdiff
path: root/src/testdir/test_channel.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_channel.vim
parentdfd63e30d13fff5603416b6c7e247cebeb003eb0 (diff)
downloadvim-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.vim1
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