aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSean Dewar <seandewar@users.noreply.github.com>2022-02-25 00:22:12 +0000
committerSean Dewar <seandewar@users.noreply.github.com>2022-03-14 13:10:56 +0000
commitfe5318293442aabdd4c7fd12ad892adcba1f80fb (patch)
tree320d3f51f56c0247a72dcb688d1ad3e7a8184e23 /src
parent7519af4f0fb54f4ef8b48ec4f18036069f18bf62 (diff)
downloadrneovim-fe5318293442aabdd4c7fd12ad892adcba1f80fb.tar.gz
rneovim-fe5318293442aabdd4c7fd12ad892adcba1f80fb.tar.bz2
rneovim-fe5318293442aabdd4c7fd12ad892adcba1f80fb.zip
vim-patch:8.2.4442: test for error reading input fails on MS-Windows
Problem: Test for error reading input fails on MS-Windows. Solution: Don't run the test on MS-Windows. https://github.com/vim/vim/commit/70b9e4f4c3a62e325fd16ac108bd12feb026ede5
Diffstat (limited to 'src')
-rw-r--r--src/nvim/testdir/test_exit.vim1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/testdir/test_exit.vim b/src/nvim/testdir/test_exit.vim
index 1d3722c718..cbbd82d7d3 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
call writefile([":au VimLeave * call writefile(['l = ' .. v:exiting], 'Xtestout')", ":tabnew\<CR>q:"], 'Xscript')