neovim

Neovim text editor
git clone https://git.dasho.dev/neovim.git
Log | Files | Refs | README

commit 6867d2492c1788dfab0a40d0fe453c4a3ce52e28
parent 0b0df9f5d7035a3ce90ea5c1bbd7737293a26414
Author: zeertzjq <zeertzjq@outlook.com>
Date:   Fri, 17 Nov 2023 09:22:09 +0800

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

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

https://github.com/vim/vim/commit/d2a08ba0fa4a25f31cee9d9f33b0aa8237227387

Co-authored-by: Christian Brabandt <cb@256bit.org>

Diffstat:
Mtest/old/testdir/test_crash.vim | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/test/old/testdir/test_crash.vim b/test/old/testdir/test_crash.vim @@ -5,6 +5,8 @@ source screendump.vim CheckScreendump func Test_crash1() + CheckNotBSD + if !executable('sh') throw 'Skipped: sh not executable!' endif