commit | 9134f1ecd41207045db3cb47f0269497980395ad | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Nov 29 20:26:13 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Nov 29 20:26:13 2019 +0100 |
tree | 8e9d1a099c603683cd365b0d70cc65f3b3a4247b | |
parent | 68e9e5f7fccb8038cf0ca5b5d95c85a923152f46 [diff] [blame] |
patch 8.1.2358: tests fail on Cirrus CI for FreeBSD Problem: Tests fail on Cirrus CI for FreeBSD. Solution: Fix a test and skip some. (Christian Brabandt, closes #5281)
diff --git a/src/version.c b/src/version.c index d063809..7318a6a 100644 --- a/src/version.c +++ b/src/version.c
@@ -738,6 +738,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2358, +/**/ 2357, /**/ 2356,