commit | 2a0b06def49198aef45ef173f524a638a700f9c9 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu May 18 16:23:43 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu May 18 16:23:43 2017 +0200 |
tree | 5bff9d8a1d50902a44a169ed3c4b38eee881a952 | |
parent | 79a213d6a4e909703524a7f1ad985c7bd40650a6 [diff] [blame] |
patch 8.0.0600: test_recover fails on some systems Problem: test_recover fails on some systems. Solution: Explicitly check if "/" is writable. (Ken Takata)
diff --git a/src/version.c b/src/version.c index a572ae3..7262a3d 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 600, +/**/ 599, /**/ 598,