commit | a2845b8f5a3058c8c89699771ffd4d69513b097d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Mar 25 15:20:06 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Mar 25 15:20:06 2017 +0100 |
tree | 91a7aec225fe0293da00f6f8261c1986c0cff9ab | |
parent | 6c0c1e8052811a818739e2f3d543291b7a347ad0 [diff] [blame] |
patch 8.0.0507: client-server tests fail when $DISPLAY is not set Problem: Client-server tests fail when $DISPLAY is not set. Solution: Check for E240 before running the test.
diff --git a/src/version.c b/src/version.c index e19da86..1f82ee1 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 507, +/**/ 506, /**/ 505,