test: backtick expansion #6218

This commit is contained in:
Justin M. Keyes
2017-03-06 10:50:22 +01:00
parent 60fa3aa143
commit d1d35c9cfc
2 changed files with 42 additions and 4 deletions

View File

@@ -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!')