mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
test(job_spec): remove Xtest_jobstart_env log file
This commit is contained in:
parent
f31a10204c
commit
6d30efddb7
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user