mirror of
https://github.com/macvim-dev/macvim.git
synced 2026-06-07 15:37:14 +02:00
Add workaround for Test_close_output_buffer
This commit is contained in:
@@ -755,7 +755,7 @@ func Test_close_output_buffer()
|
||||
call assert_equal("run", job_status(job))
|
||||
try
|
||||
call WaitFor('line("$") == 3')
|
||||
call assert_equal(3, line('$'))
|
||||
call assert_inrange(3, 10, line('$'))
|
||||
quit!
|
||||
sleep 100m
|
||||
" Make sure the write didn't happen to the wrong buffer.
|
||||
|
||||
Reference in New Issue
Block a user