neovim

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

commit 6d30efddb74300b9bacd3ddbaeef6f5dbf9e3e08
parent f31a10204c573188e8fb76a10d22f9d4bae907f1
Author: zeertzjq <zeertzjq@outlook.com>
Date:   Sun, 29 May 2022 15:40:59 +0800

test(job_spec): remove Xtest_jobstart_env log file
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 @@ -682,6 +682,7 @@ describe('jobs', function() -- User can explicitly set $NVIM_LOG_FILE, $VIM, $VIMRUNTIME. eq('NVIM_LOG_FILE=Xtest_jobstart_env', get_env_in_child_job('NVIM_LOG_FILE', { NVIM_LOG_FILE='Xtest_jobstart_env' })) + os.remove('Xtest_jobstart_env') end) describe('jobwait', function()