]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
patch 9.0.1872: CI: test_crash() fails on CI v9.0.1872
authorChristian Brabandt <cb@256bit.org>
Tue, 5 Sep 2023 05:45:04 +0000 (07:45 +0200)
committerChristian Brabandt <cb@256bit.org>
Tue, 5 Sep 2023 05:45:04 +0000 (07:45 +0200)
Problem:  CI: test_crash() fails on CI
Solution: Skip test on BSD

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

index 781f810ef711ac6bd6bb416ddcd592271ed74f32..e0884e5a058ee2211bdc9d00dabab7b5d55ba084 100644 (file)
@@ -5,6 +5,8 @@ source screendump.vim
 CheckScreendump
 
 func Test_crash1()
+  CheckNotBSD
+
   if !executable('sh')
     throw 'Skipped: sh not executable!'
   endif
index b7a854e98ec0792d6d4d9997ae2b0eaded593025..a5e570e9314fde7c645051dac891b836c7522f30 100644 (file)
@@ -699,6 +699,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    1872,
 /**/
     1871,
 /**/