commit | fad609d067926d350b4e4ee6ecb55bdbf111a272 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jan 14 19:38:36 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jan 14 19:38:36 2017 +0100 |
tree | ab69f5f8f9b958c6f60b80399c79b03b09245b31 | |
parent | 2b7bc567b9238aaac682236cb4f727d0376e1302 [diff] [blame] |
patch 8.0.0185: system() test fails on MS-Windows Problem: The system() test fails on MS-Windows. Solution: Skip the test on MS-Windows.
diff --git a/src/version.c b/src/version.c index be361f5..d5fa549 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 185, +/**/ 184, /**/ 183,