changeset 10524:095c9abae4ff v8.0.0152

commit https://github.com/vim/vim/commit/04e94c788175c83be8a78372b0ed6c332969edff Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jan 8 13:38:58 2017 +0100 patch 8.0.0152: stray channellog created when running tests Problem: Running the channel test creates channellog. Solution: Delete the debug line.
author Christian Brabandt <cb@256bit.org>
date Sun, 08 Jan 2017 13:45:04 +0100
parents 6249f22d07b1
children 80f969a6cae2
files src/testdir/test_channel.vim src/version.c
diffstat 2 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/testdir/test_channel.vim
+++ b/src/testdir/test_channel.vim
@@ -279,7 +279,6 @@ func Ch_channel_handler(port)
 endfunc
 
 func Test_channel_handler()
-call ch_logfile('channellog', 'w')
   call ch_log('Test_channel_handler()')
   let g:Ch_reply = ""
   let s:chopt.callback = 'Ch_handler'
--- a/src/version.c
+++ b/src/version.c
@@ -765,6 +765,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    152,
+/**/
     151,
 /**/
     150,