commit | 8b53b79ea5304c7714cbb873210c82aa3fc8772f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Sep 05 20:29:25 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Sep 05 20:29:25 2017 +0200 |
tree | 9338f9551bd3c5a5900ee8438542d26788668503 | |
parent | 1bfdc07a4996b5905b4971e18a6487a18e6461a4 [diff] [blame] |
patch 8.0.1058: terminal redirection test is flaky Problem: Terminal redirection test is flaky. Solution: Wait for job to finish.
diff --git a/src/version.c b/src/version.c index 8fa740d..79ce0e0 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1058, +/**/ 1057, /**/ 1056,