forked from aniani/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 #9281)
This commit is contained in:
committed by
Bram Moolenaar
parent
f645ee47c8
commit
f661cee847
@@ -26,7 +26,6 @@ func Test_set_filename()
|
|||||||
endfunc
|
endfunc
|
||||||
|
|
||||||
func Test_set_filename_other_window()
|
func Test_set_filename_other_window()
|
||||||
call ch_logfile('logfile', 'w')
|
|
||||||
let cwd = getcwd()
|
let cwd = getcwd()
|
||||||
call test_autochdir()
|
call test_autochdir()
|
||||||
call mkdir('Xa')
|
call mkdir('Xa')
|
||||||
|
|||||||
@@ -753,6 +753,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
3745,
|
||||||
/**/
|
/**/
|
||||||
3744,
|
3744,
|
||||||
/**/
|
/**/
|
||||||
|
|||||||
Reference in New Issue
Block a user