mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
vim-patch:8.2.0749: TERM signal test fails on FreeBSD
Problem: TERM signal test fails on FreeBSD.
Solution: Do not check the messages, the may appear anywhere. (Dominique
Pelle, closes vim/vim#6075)
55ba4b844f
This commit is contained in:
parent
8355ea2588
commit
40f9b1dd2c
@ -107,8 +107,6 @@ func Test_deadly_signal_TERM()
|
||||
|
||||
call assert_false(filereadable('Xsig_TERM'))
|
||||
exe 'silent !kill -s TERM ' .. pid_vim
|
||||
call WaitForAssert({-> assert_equal('Vim: Caught deadly signal TERM', term_getline(buf, 1))})
|
||||
call WaitForAssert({-> assert_match('Vim: preserving files\.\.\.$', term_getline(buf, 2))})
|
||||
call WaitForAssert({-> assert_true(filereadable('.Xsig_TERM.swp'))})
|
||||
|
||||
" Don't call StopVimInTerminal() as it expects job to be still running.
|
||||
|
Loading…
Reference in New Issue
Block a user