neovim

Neovim text editor
git clone https://git.dasho.dev/neovim.git
Log | Files | Refs | README

commit 1570cfb6384e972a8f2797a75cd2515e53ec2cf0
parent c4221df7b5f4ea76e10d405da93ccc46c9367c77
Author: zeertzjq <zeertzjq@outlook.com>
Date:   Mon,  1 Apr 2024 06:48:14 +0800

test(core/job_spec): skip exit test if "sleep" command missing (#28137)


Diffstat:
Mtest/functional/core/job_spec.lua | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/test/functional/core/job_spec.lua b/test/functional/core/job_spec.lua @@ -1236,6 +1236,7 @@ describe('pty process teardown', function() end) it('does not prevent/delay exit. #4798 #4900', function() + skip(fn.executable('sleep') == 0, 'missing "sleep" command') -- Use a nested nvim (in :term) to test without --headless. fn.termopen({ helpers.nvim_prog,