diff options
author | zeertzjq <zeertzjq@outlook.com> | 2023-11-17 09:22:09 +0800 |
---|---|---|
committer | zeertzjq <zeertzjq@outlook.com> | 2023-11-17 09:54:03 +0800 |
commit | 6867d2492c1788dfab0a40d0fe453c4a3ce52e28 (patch) | |
tree | 47b27d42fb4d36e9e23bef0d194351d240e436c2 | |
parent | 0b0df9f5d7035a3ce90ea5c1bbd7737293a26414 (diff) | |
download | rneovim-6867d2492c1788dfab0a40d0fe453c4a3ce52e28.tar.gz rneovim-6867d2492c1788dfab0a40d0fe453c4a3ce52e28.tar.bz2 rneovim-6867d2492c1788dfab0a40d0fe453c4a3ce52e28.zip |
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>
-rw-r--r-- | test/old/testdir/test_crash.vim | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/old/testdir/test_crash.vim b/test/old/testdir/test_crash.vim index 781f810ef7..e0884e5a05 100644 --- 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 |