forked from aniani/vim
patch 8.2.3477: startup test fails on MS-Windows
Problem: Startup test fails on MS-Windows. Solution: Skip the test if not on Unix.
This commit is contained in:
@@ -1297,6 +1297,8 @@ func Test_echo_true_in_cmd()
|
|||||||
endfunc
|
endfunc
|
||||||
|
|
||||||
func Test_rename_buffer_on_startup()
|
func Test_rename_buffer_on_startup()
|
||||||
|
CheckUnix
|
||||||
|
|
||||||
let lines =<< trim END
|
let lines =<< trim END
|
||||||
call writefile(['done'], 'Xresult')
|
call writefile(['done'], 'Xresult')
|
||||||
qa!
|
qa!
|
||||||
|
|||||||
@@ -757,6 +757,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 */
|
||||||
|
/**/
|
||||||
|
3477,
|
||||||
/**/
|
/**/
|
||||||
3476,
|
3476,
|
||||||
/**/
|
/**/
|
||||||
|
|||||||
Reference in New Issue
Block a user