commit | 5319191a2a726c18a153ee53e9fac506340d16c7 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jun 19 20:08:14 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jun 19 20:08:14 2018 +0200 |
tree | 79db0d1956e3d1a4025f1ef2a70fcfb903630237 | |
parent | f9c3883b11b33f0c548df5e949ba59fde74d3e7b [diff] [blame] |
patch 8.1.0088: terminal test for stdout and stderr is a bit flaky Problem: Terminal test for stdout and stderr is a bit flaky. Solution: Wait for both stdout and stderr to have been processed. (Ozaki Kiichi, closes #2991)
diff --git a/src/version.c b/src/version.c index 72a8238..9a1fbc6 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 88, +/**/ 87, /**/ 86,