mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
vim-patch:8.2.2276: list of distributed files is outdated
Problem: List of distributed files is outdated.
Solution: Update the file list. Minor comment updates.
a72514945b
Co-authored-by: Bram Moolenaar <Bram@vim.org>
This commit is contained in:
parent
598fd77d95
commit
76aede1162
@ -86,8 +86,8 @@ func Test_signal_INT()
|
||||
throw 'Skipped: INT signal not supported'
|
||||
endif
|
||||
|
||||
" Skip the rest of the test when running with valgrind as signal INT is not
|
||||
" received somehow by Vim when running with valgrind.
|
||||
" Skip the test when running with valgrind as signal INT is not received
|
||||
" somehow by Vim when running with valgrind.
|
||||
let cmd = GetVimCommand()
|
||||
if cmd =~ 'valgrind'
|
||||
throw 'Skipped: cannot test signal INT with valgrind'
|
||||
@ -120,10 +120,6 @@ func Test_deadly_signal_TERM()
|
||||
throw 'Skipped: TERM signal not supported'
|
||||
endif
|
||||
CheckRunVimInTerminal
|
||||
let cmd = GetVimCommand()
|
||||
if cmd =~ 'valgrind'
|
||||
throw 'Skipped: cannot test signal TERM with valgrind'
|
||||
endif
|
||||
|
||||
" If test fails once, it can leave temporary files and trying to rerun
|
||||
" the test would then fail again if they are not deleted first.
|
||||
|
Loading…
Reference in New Issue
Block a user