commit | 17709e280ac5ba234b04641cde88d38e3522cedf | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Mar 19 14:38:12 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Mar 19 14:38:12 2021 +0100 |
tree | 3c3063f282825fd08b26d5b387ca5ba19f219a52 | |
parent | a555e6fcb6ec97b5ab30b20a340b228f4d820f14 [diff] [blame] |
patch 8.2.2623: some tests fail when run as root Problem: Some tests fail when run as root. Solution: Use CheckNotRoot.
diff --git a/src/version.c b/src/version.c index a650c81..117dacc 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2623, +/**/ 2622, /**/ 2621,