commit | ce436de5a9b94886baf023b3d22193cc68d0e9d1 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Mar 21 15:17:20 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Mar 21 15:17:20 2020 +0100 |
tree | 0bdcd61fc2ce6ce76b74274fddc8aca0ad540690 | |
parent | 0f1563ffee4397f5b379517c41b7c9a977fd2e22 [diff] [blame] |
patch 8.2.0423: in some environments a few tests are expected to fail Problem: In some environments a few tests are expected to fail. Solution: Add $TEST_MAY_FAIL to list tests that should not cause make to fail.
diff --git a/src/version.c b/src/version.c index a6112ce..198c42a 100644 --- a/src/version.c +++ b/src/version.c
@@ -739,6 +739,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 423, +/**/ 422, /**/ 421,