commit | ec1238b4068d0d6d9d02ac1a8e61720224a1be73 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Sep 25 11:21:04 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Sep 25 11:21:04 2022 +0100 |
tree | efe3169902fdd4bc9eb2c57383ba849066b24a42 | |
parent | d4566c14e71c55dcef05fb34ea94eba835831527 [diff] [blame] |
patch 9.0.0582: channel cwd test fails on Cirrus CI Problem: Channel cwd test fails on Cirrus CI. Solution: Also remove /private from the expected directory.
diff --git a/src/version.c b/src/version.c index 0acc0d4..79dda65 100644 --- a/src/version.c +++ b/src/version.c
@@ -700,6 +700,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 582, +/**/ 581, /**/ 580,