commit | 29a9e6971849b4a9eabf14fee1130d51cecfbaa7 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Feb 22 18:48:11 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Feb 22 18:48:11 2022 +0000 |
tree | ca107de5561787d29c25b626c77a502ef4f929af | |
parent | 68eab67119734ea1efc7cef1287276d969f2713a [diff] [blame] |
patch 8.2.4445: exit test fails on MS-Windows anyway Problem: Exit test fails on MS-Windows anyway. Solution: Skip the test on MS-Windows.
diff --git a/src/testdir/test_exit.vim b/src/testdir/test_exit.vim index a5cabf8..7e50e78 100644 --- a/src/testdir/test_exit.vim +++ b/src/testdir/test_exit.vim
@@ -112,6 +112,7 @@ func Test_exit_error_reading_input() CheckNotGui + CheckNotMSWindows " The early exit causes memory not to be freed somehow CheckNotAsan