commit | 6c8dd39df938c7502a740f59825feeaa5736b245 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Dec 14 22:42:13 2018 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Dec 14 22:42:13 2018 +0100 |
tree | 0afeb214ac35fc77e19c1c25d44cba6051b380ec | |
parent | cd1a62d468a55aca68deb3139d83530c7c23568d [diff] [blame] |
patch 8.1.0591: channel sort test is flaky Problem: Channel sort test is flaky. Solution: Do not check if the job is running, it may have be done very fast.
diff --git a/src/version.c b/src/version.c index 3ea9dc6..aafd4cb 100644 --- a/src/version.c +++ b/src/version.c
@@ -800,6 +800,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 591, +/**/ 590, /**/ 589,