commit | f9a65505d1d93f3e67e5b8646bde3bbc44c70f7d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Mar 05 20:47:44 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Mar 05 20:47:44 2021 +0100 |
tree | bb1709bc740142a0883ab4c738d3ff2ed5df32c0 | |
parent | 008bff967f7fcaa6af066f71d65bfbba5ef5c7d3 [diff] [blame] |
patch 8.2.2570: tests fail when run as root Problem: Tests fail when run as root. Solution: Add a comment mentioning the expected failure. (issue #7919)
diff --git a/src/version.c b/src/version.c index ffedb4f..add4c38 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2570, +/**/ 2569, /**/ 2568,