mirror of
https://github.com/neovim/neovim.git
synced 2025-10-26 12:27:24 +00:00
test: backtick expansion #6218
This commit is contained in:
@@ -198,10 +198,6 @@ describe('terminal buffer', function()
|
||||
end)
|
||||
|
||||
it('term_close() use-after-free #4393', function()
|
||||
if eval("executable('yes')") == 0 then
|
||||
pending('missing "yes" command')
|
||||
return
|
||||
end
|
||||
execute('terminal yes')
|
||||
feed([[<C-\><C-n>]])
|
||||
execute('bdelete!')
|
||||
|
||||
Reference in New Issue
Block a user