commit 7f62775d5da3c67fe626f74ac7aad4e001428d3f
parent b5b6e6fb496df3dccf6f14f6f816b48b99dca000
Author: zeertzjq <zeertzjq@outlook.com>
Date: Fri, 17 Nov 2023 09:32:13 +0800
vim-patch:9.0.1881: Test_crash fails on Mac
Problem: Test_crash fails on Mac
Solution: Skip test on Mac
https://github.com/vim/vim/commit/5856b07795dff69e3bac57deb5033b5839c1dfb8
Co-authored-by: Christian Brabandt <cb@256bit.org>
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/test/old/testdir/test_crash.vim b/test/old/testdir/test_crash.vim
@@ -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'}