mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
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:
parent
0b0df9f5d7
commit
6867d2492c
@ -5,6 +5,8 @@ source screendump.vim
|
|||||||
CheckScreendump
|
CheckScreendump
|
||||||
|
|
||||||
func Test_crash1()
|
func Test_crash1()
|
||||||
|
CheckNotBSD
|
||||||
|
|
||||||
if !executable('sh')
|
if !executable('sh')
|
||||||
throw 'Skipped: sh not executable!'
|
throw 'Skipped: sh not executable!'
|
||||||
endif
|
endif
|
||||||
|
Loading…
Reference in New Issue
Block a user