vim-patch:8.2.3745: autochdir test fails without the +channel feature

Problem:    Autochdir test fails without the +channel feature.
Solution:   Remove the ch_logfile() call. (Dominique Pellé, closes vim/vim#9281)
f661cee847
This commit is contained in:
zeertzjq 2022-03-06 08:10:31 +08:00
parent 8262de0b48
commit 1a5409db0d

View File

@ -28,7 +28,6 @@ endfunc
func Test_set_filename_other_window()
CheckFunction test_autochdir
call ch_logfile('logfile', 'w')
let cwd = getcwd()
call test_autochdir()
call mkdir('Xa')