commit | 11e79bb04ea635d180dd79b1d5cbc755b56e66e1 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jul 08 17:03:21 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jul 08 17:03:21 2017 +0200 |
tree | c73aad78396f094ff3cc59d7261d4e99f59e0b82 | |
parent | 0ea5070d79c8a13fb2403280a72f968495b0fab7 [diff] [blame] |
patch 8.0.0701: system test failing when using X11 forwarding Problem: System test failing when using X11 forwarding. Solution: Set $XAUTHORITY before changing $HOME. (closes #1812) Also use a better check for the exit value.
diff --git a/src/version.c b/src/version.c index 7c1fb10..42fb71d 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 701, +/**/ 700, /**/ 699,