Skip to content

Commit 04e94c7

Browse files
committed
patch 8.0.0152: stray channellog created when running tests
Problem: Running the channel test creates channellog. Solution: Delete the debug line.
1 parent 12c4492 commit 04e94c7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/testdir/test_channel.vim

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,6 @@ func Ch_channel_handler(port)
279279
endfunc
280280

281281
func Test_channel_handler()
282-
call ch_logfile('channellog', 'w')
283282
call ch_log('Test_channel_handler()')
284283
let g:Ch_reply = ""
285284
let s:chopt.callback = 'Ch_handler'

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -764,6 +764,8 @@ static char *(features[]) =
764764

765765
static int included_patches[] =
766766
{ /* Add new patch number below this line */
767+
/**/
768+
152,
767769
/**/
768770
151,
769771
/**/

0 commit comments

Comments
 (0)