patch 9.0.1872: CI: test_crash() fails on CI
Commit:
https://github.com/vim/vim/commit/d2a08ba0fa4a25f31cee9d9f33b0aa8237227387
Author: Christian Brabandt <[email protected]>
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 <[email protected]>
diff --git a/src/testdir/test_crash.vim b/src/testdir/test_crash.vim
index 781f810ef..e0884e5a0 100644
--- 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
diff --git a/src/version.c b/src/version.c
index b7a854e98..a5e570e93 100644
--- a/src/version.c
+++ b/src/version.c
@@ -699,6 +699,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
+/**/
+ 1872,
/**/
1871,
/**/
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/vim_dev/E1qdP6b-00G2dq-0S%40256bit.org.