Skip to content

Commit 35e02af

Browse files
committed
patch 9.1.1100: tests: Test_log_nonexistent only works on Linux
Problem: tests: Test_log_nonexistent only works on Linux (after v9.1.1097) Solution: Add CheckUnix condition closes: #16476 Signed-off-by: Christian Brabandt <cb@256bit.org>
1 parent 1aa287e commit 35e02af

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

src/testdir/test_startup.vim

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -743,6 +743,7 @@ endfunc
743743
func Test_log_nonexistent()
744744
" this used to crash Vim
745745
CheckFeature channel
746+
CheckUnix
746747
let result = join(systemlist(GetVimCommand() .. ' --log /X/Xlogfile -c qa!'))
747748
call assert_match("E484: Can't open file", result)
748749
endfunc

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -704,6 +704,8 @@ static char *(features[]) =
704704

705705
static int included_patches[] =
706706
{ /* Add new patch number below this line */
707+
/**/
708+
1100,
707709
/**/
708710
1099,
709711
/**/

0 commit comments

Comments
 (0)