mirror of
https://github.com/vim/vim.git
synced 2025-09-23 03:43:49 -04:00
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
|
||||
|
||||
func Test_rename_buffer_on_startup()
|
||||
CheckUnix
|
||||
|
||||
let lines =<< trim END
|
||||
call writefile(['done'], 'Xresult')
|
||||
qa!
|
||||
|
@@ -757,6 +757,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
3477,
|
||||
/**/
|
||||
3476,
|
||||
/**/
|
||||
|
Reference in New Issue
Block a user