]> granicus.if.org Git - vim/commitdiff
patch 7.4.2316 v7.4.2316
authorBram Moolenaar <Bram@vim.org>
Sat, 3 Sep 2016 16:47:24 +0000 (18:47 +0200)
committerBram Moolenaar <Bram@vim.org>
Sat, 3 Sep 2016 16:47:24 +0000 (18:47 +0200)
Problem:    Channel sort test is flaky.
Solution:   Add a check the output has been read.

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

index 251de600c7276798edf39c0b829cb72991497820..4b511118ad781de1cb5a1b1beb561dd174d1a29a 100644 (file)
@@ -831,6 +831,7 @@ func Run_pipe_through_sort(all, use_buffer)
   call assert_equal("dead", job_status(g:job))
 
   sp sortout
+  call WaitFor('line("$") > 3')
   call assert_equal('Reading from channel output...', getline(1))
   if a:all
     call assert_equal(['aaa', 'bbb', 'ccc', 'ddd', 'eee'], getline(2, 6))
index 297830f053d9a0992e80c05a29ffce82729def10..04cf59ea87862ea0181fae2f52d6e0ee38c8a643 100644 (file)
@@ -763,6 +763,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    2316,
 /**/
     2315,
 /**/