]> granicus.if.org Git - vim/commitdiff
patch 8.0.0152: stray channellog created when running tests v8.0.0152
authorBram Moolenaar <Bram@vim.org>
Sun, 8 Jan 2017 12:38:58 +0000 (13:38 +0100)
committerBram Moolenaar <Bram@vim.org>
Sun, 8 Jan 2017 12:38:58 +0000 (13:38 +0100)
Problem:    Running the channel test creates channellog.
Solution:   Delete the debug line.

src/testdir/test_channel.vim
src/version.c

index 7baac1d677141e2e77de640e101cf0464bb104f8..81de17c34b6c05c937371b0d0529bf7b949664b8 100644 (file)
@@ -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'
index 3be6cbbfc0deb62086d940c7830ca2684aad962a..438a65d200dbe1f6ba87b3337c52d22fe2dc9615 100644 (file)
@@ -764,6 +764,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    152,
 /**/
     151,
 /**/