commit | 453ce7c16b1001f23f2281b259176c6a00d82999 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Oct 12 22:15:12 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Oct 12 22:15:12 2018 +0200 |
tree | bd76624e92c30cc7c802ff6af0f2b5f204f6c20e | |
parent | 3d6014f0336d9a64c01a7518fe45fde0a925fa20 [diff] [blame] |
patch 8.1.0471: some tests are flaky or fail on some systems Problem: Some tests are flaky or fail on some systems. Solution: Increase waiting time for port number. Use "cmd /c" to execute "echo" on win32. (Ken Takata, closes #3534)
diff --git a/src/version.c b/src/version.c index 3257bd2..c9ef61f 100644 --- a/src/version.c +++ b/src/version.c
@@ -793,6 +793,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 471, +/**/ 470, /**/ 469,