Skip to content

Commit

Permalink
patch 9.0.1881: Test_crash fails on Mac
Browse files Browse the repository at this point in the history
Problem:  Test_crash fails on Mac
Solution: Skip test on Mac

Signed-off-by: Christian Brabandt <cb@256bit.org>
  • Loading branch information
chrisbra committed Sep 6, 2023
1 parent cf138d4 commit 5856b07
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_crash.vim
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ CheckScreendump
func Test_crash1()
CheckNotBSD
CheckExecutable dash
" Test 7 fails on Mac ...
CheckNotMac

" The following used to crash Vim
let opts = #{cmd: 'sh'}
Expand Down
2 changes: 2 additions & 0 deletions src/version.c
Original file line number Diff line number Diff line change
Expand Up @@ -699,6 +699,8 @@ static char *(features[]) =

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

0 comments on commit 5856b07

Please sign in to comment.