summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2022-02-22 18:48:11 +0000
committerBram Moolenaar <Bram@vim.org>2022-02-22 18:48:11 +0000
commit29a9e6971849b4a9eabf14fee1130d51cecfbaa7 (patch)
treeca107de5561787d29c25b626c77a502ef4f929af
parent68eab67119734ea1efc7cef1287276d969f2713a (diff)
patch 8.2.4445: exit test fails on MS-Windows anywayv8.2.4445
Problem: Exit test fails on MS-Windows anyway. Solution: Skip the test on MS-Windows.
-rw-r--r--src/testdir/test_exit.vim1
-rw-r--r--src/version.c2
2 files changed, 3 insertions, 0 deletions
diff --git a/src/testdir/test_exit.vim b/src/testdir/test_exit.vim
index a5cabf8131..7e50e78ba4 100644
--- a/src/testdir/test_exit.vim
+++ b/src/testdir/test_exit.vim
@@ -112,6 +112,7 @@ endfunc
func Test_exit_error_reading_input()
CheckNotGui
+ CheckNotMSWindows
" The early exit causes memory not to be freed somehow
CheckNotAsan
diff --git a/src/version.c b/src/version.c
index 646f1edaaa..cb6e8e3e87 100644
--- a/src/version.c
+++ b/src/version.c
@@ -751,6 +751,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 4445,
+/**/
4444,
/**/
4443,