commit | 9b81079ddd839a666682f6bdbc24890bf4d1a42c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Mar 31 23:32:53 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Mar 31 23:32:53 2017 +0200 |
tree | 3b51f464862b8b69f6973758a5d23e1c9fed6a4f | |
parent | 658a3a2caf5852d071b6b1be92d9d6614a6208dc [diff] [blame] |
patch 8.0.0531: test with long directory name fails on non-unix systems Problem: Test with long directory name fails on non-unix systems. Solution: Skip the test on non-unix systems.
diff --git a/src/version.c b/src/version.c index 16ebc87..56ff4f6 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 531, +/**/ 530, /**/ 529,