commit | 07282f01da06c158bab4787adc89ec15d7eeb202 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Oct 10 16:46:17 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Oct 10 16:46:17 2019 +0200 |
tree | ef74e4e842d0b3f04cd2ebb99f452ee2848f62a8 | |
parent | a129974bc71fcb86e05a29387bcaba9aae2f296a [diff] [blame] |
patch 8.1.2133: some tests fail when run as root Problem: Some tests fail when run as root. Solution: Add CheckNotRoot and use it. (James McCoy, closes #5020)
diff --git a/src/version.c b/src/version.c index 4e0af78..acbcc2d 100644 --- a/src/version.c +++ b/src/version.c
@@ -754,6 +754,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2133, +/**/ 2132, /**/ 2131,