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 #9281)
This commit is contained in:
Dominique Pelle
2021-12-05 13:40:01 +00:00
committed by Bram Moolenaar
parent f645ee47c8
commit f661cee847
2 changed files with 2 additions and 1 deletions

View File

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

View File

@ -753,6 +753,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
3745,
/**/
3744,
/**/