commit | f802767df7b4532651fcf11d49e812ead32db45b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Sep 27 15:55:43 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Sep 27 15:55:43 2022 +0100 |
tree | abd877478e97ff3d88eab3ffa1c797a5cf8899bd | |
parent | 524c853e5ef0392fcf28e449946e05e7e3046e67 [diff] [blame] |
patch 9.0.0607: verbose echo message test fails on Mac OS Problem: Verbose echo message test fails on Mac OS. Solution: Skip the test on Mac OS.
diff --git a/src/version.c b/src/version.c index 5a4cb9f..8e438af 100644 --- a/src/version.c +++ b/src/version.c
@@ -700,6 +700,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 607, +/**/ 606, /**/ 605,