diff options
author | Sean Dewar <seandewar@users.noreply.github.com> | 2022-02-25 00:22:54 +0000 |
---|---|---|
committer | Sean Dewar <seandewar@users.noreply.github.com> | 2022-03-14 13:10:57 +0000 |
commit | 70582bd9259e4f503757ea7b4bf8b4b994218ac7 (patch) | |
tree | e48fc5a45b6da4ec0d473b10e133d735ad40b044 /src | |
parent | 0412dba45622eeb20e83d5458bab8714e2da0d2e (diff) | |
download | rneovim-70582bd9259e4f503757ea7b4bf8b4b994218ac7.tar.gz rneovim-70582bd9259e4f503757ea7b4bf8b4b994218ac7.tar.bz2 rneovim-70582bd9259e4f503757ea7b4bf8b4b994218ac7.zip |
vim-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.
https://github.com/vim/vim/commit/29a9e6971849b4a9eabf14fee1130d51cecfbaa7
Diffstat (limited to 'src')
-rw-r--r-- | src/nvim/testdir/test_exit.vim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/testdir/test_exit.vim b/src/nvim/testdir/test_exit.vim index 412802efb2..4e5da49adb 100644 --- a/src/nvim/testdir/test_exit.vim +++ b/src/nvim/testdir/test_exit.vim @@ -114,6 +114,7 @@ func Test_exit_error_reading_input() throw 'Skipped: Nvim does not exit after stdin is read' CheckNotGui + CheckNotMSWindows " The early exit causes memory not to be freed somehow CheckNotAsan |