Skip to content

Commit f08b6d4

Browse files
committed
Add workaround for Test_close_output_buffer
1 parent 897e17c commit f08b6d4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/testdir/test_channel.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -755,7 +755,7 @@ func Test_close_output_buffer()
755755
call assert_equal("run", job_status(job))
756756
try
757757
call WaitFor('line("$") == 3')
758-
call assert_equal(3, line('$'))
758+
call assert_inrange(3, 10, line('$'))
759759
quit!
760760
sleep 100m
761761
" Make sure the write didn't happen to the wrong buffer.

0 commit comments

Comments
 (0)