From 7f62775d5da3c67fe626f74ac7aad4e001428d3f Mon Sep 17 00:00:00 2001 From: zeertzjq Date: Fri, 17 Nov 2023 09:32:13 +0800 Subject: 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 --- test/old/testdir/test_crash.vim | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/old/testdir/test_crash.vim b/test/old/testdir/test_crash.vim index b6ae4d2153..b841ccb052 100644 --- 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'} -- cgit