vim-patch:9.0.1872: CI: test_crash() fails on CI

Problem:  CI: test_crash() fails on CI
Solution: Skip test on BSD

d2a08ba0fa

Co-authored-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
zeertzjq 2023-11-17 09:22:09 +08:00
parent 0b0df9f5d7
commit 6867d2492c

View File

@ -5,6 +5,8 @@ source screendump.vim
CheckScreendump
func Test_crash1()
CheckNotBSD
if !executable('sh')
throw 'Skipped: sh not executable!'
endif