vim-patch:9.0.1881: Test_crash fails on Mac

Problem:  Test_crash fails on Mac
Solution: Skip test on Mac

5856b07795

Co-authored-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
zeertzjq
2023-11-17 09:32:13 +08:00
parent b5b6e6fb49
commit 7f62775d5d

View File

@@ -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'}