commit | f33cae605064c8bdb908a8069d936f752572cd76 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jul 04 17:36:54 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jul 04 17:36:54 2021 +0200 |
tree | ba06fa2e3e28c26df065a5887ca6019ad079c4d9 | |
parent | 3777d6e32b22f0a70b774760c24160079e303bad [diff] [blame] |
patch 8.2.3103: swap test may fail on some systems Problem: Swap test may fail on some systems when jobs take longer to exit. Solution: Use different file names.
diff --git a/src/version.c b/src/version.c index 6192832..a9c2958 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3103, +/**/ 3102, /**/ 3101,