diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2017-03-06 10:50:22 +0100 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2017-03-06 12:40:22 +0100 |
commit | d1d35c9cfcc7a3e92c4bd7d931b96ab0a06cfb90 (patch) | |
tree | 9df6b1fc747c6c972849949f85bd9e1113fa52dc /test/functional/terminal/buffer_spec.lua | |
parent | 60fa3aa14350805f79e078bfbad4ed1232e9c5aa (diff) | |
download | rneovim-d1d35c9cfcc7a3e92c4bd7d931b96ab0a06cfb90.tar.gz rneovim-d1d35c9cfcc7a3e92c4bd7d931b96ab0a06cfb90.tar.bz2 rneovim-d1d35c9cfcc7a3e92c4bd7d931b96ab0a06cfb90.zip |
test: backtick expansion #6218
Diffstat (limited to 'test/functional/terminal/buffer_spec.lua')
-rw-r--r-- | test/functional/terminal/buffer_spec.lua | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/test/functional/terminal/buffer_spec.lua b/test/functional/terminal/buffer_spec.lua index b61eef948d..129390a7a5 100644 --- a/test/functional/terminal/buffer_spec.lua +++ b/test/functional/terminal/buffer_spec.lua @@ -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!') |