commit | 54c6bafa1609f2d870874d0047b394670602350e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat May 12 21:12:12 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat May 12 21:12:12 2018 +0200 |
tree | 9e632505afb4b818496e4af6b72ab63665e9b0ae | |
parent | ee62f9fa748ea528eb2a06b3e22ef9a5aecb7cca [diff] [blame] |
patch 8.0.1823: test for terminal stdout redirection is flaky Problem: Test for terminal stdout redirection is flaky. Solution: Wait for the job to finish.
diff --git a/src/version.c b/src/version.c index 981d650..8af1a95 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1823, +/**/ 1822, /**/ 1821,