Skip to content

Commit 5856b07

Browse files
committed
patch 9.0.1881: Test_crash fails on Mac
Problem: Test_crash fails on Mac Solution: Skip test on Mac Signed-off-by: Christian Brabandt <[email protected]>
1 parent cf138d4 commit 5856b07

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

src/testdir/test_crash.vim

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ CheckScreendump
77
func Test_crash1()
88
CheckNotBSD
99
CheckExecutable dash
10+
" Test 7 fails on Mac ...
11+
CheckNotMac
1012

1113
" The following used to crash Vim
1214
let opts = #{cmd: 'sh'}

src/version.c

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

700700
static int included_patches[] =
701701
{ /* Add new patch number below this line */
702+
/**/
703+
1881,
702704
/**/
703705
1880,
704706
/**/

0 commit comments

Comments
 (0)