Skip to content

Commit

Permalink
patch 8.2.3477: startup test fails on MS-Windows
Browse files Browse the repository at this point in the history
Problem:    Startup test fails on MS-Windows.
Solution:   Skip the test if not on Unix.
  • Loading branch information
brammool committed Oct 5, 2021
1 parent d3710cf commit 6d19798
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/testdir/test_startup.vim
Original file line number Diff line number Diff line change
Expand Up @@ -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!
Expand Down
2 changes: 2 additions & 0 deletions src/version.c
Original file line number Diff line number Diff line change
Expand Up @@ -757,6 +757,8 @@ static char *(features[]) =

static int included_patches[] =
{ /* Add new patch number below this line */
/**/
3477,
/**/
3476,
/**/
Expand Down

0 comments on commit 6d19798

Please sign in to comment.