changeset 33185:1ee65fdbd791 v9.0.1872

patch 9.0.1872: CI: test_crash() fails on CI Commit: https://github.com/vim/vim/commit/d2a08ba0fa4a25f31cee9d9f33b0aa8237227387 Author: Christian Brabandt <cb@256bit.org> Date: Tue Sep 5 07:45:04 2023 +0200 patch 9.0.1872: CI: test_crash() fails on CI Problem: CI: test_crash() fails on CI Solution: Skip test on BSD Signed-off-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Tue, 05 Sep 2023 08:00:04 +0200
parents 8542e08372c9
children f325d46b2e84
files src/testdir/test_crash.vim src/version.c
diffstat 2 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/testdir/test_crash.vim
+++ b/src/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
--- a/src/version.c
+++ b/src/version.c
@@ -700,6 +700,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1872,
+/**/
     1871,
 /**/
     1870,