]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
patch 9.0.1881: Test_crash fails on Mac v9.0.1881
authorChristian Brabandt <cb@256bit.org>
Wed, 6 Sep 2023 18:53:46 +0000 (20:53 +0200)
committerChristian Brabandt <cb@256bit.org>
Wed, 6 Sep 2023 18:53:46 +0000 (20:53 +0200)
Problem:  Test_crash fails on Mac
Solution: Skip test on Mac

Signed-off-by: Christian Brabandt <cb@256bit.org>
src/testdir/test_crash.vim
src/version.c

index b6ae4d215301e924d31e351d149a2a110e5059e6..b841ccb052833491a86c15ecf4e96d7fac8ee260 100644 (file)
@@ -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'}
index a3d6ed0ef5819a8ab2df604f4992fc44a8a4fca3..3778d018461b13554e83a93fd094d4fbb19720d4 100644 (file)
@@ -699,6 +699,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    1881,
 /**/
     1880,
 /**/