0
0
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:
Bram Moolenaar
2021-10-05 01:19:53 +01:00
parent d3710cf01e
commit 6d19798774
2 changed files with 4 additions and 0 deletions

View File

@@ -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!

View File

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