changeset 32234:e87f89061076 v9.0.1448

patch 9.0.1448: diff test fails on MacOS 13 Commit: https://github.com/vim/vim/commit/d76670fc0d9bd9e09d8a3aa68ef58f796136d964 Author: ichizok <gclient.gaap@gmail.com> Date: Thu Apr 13 17:23:45 2023 +0100 patch 9.0.1448: diff test fails on MacOS 13 Problem: Diff test fails on MacOS 13. Solution: Install GNU diffutils. (Ozaki Kiichi, closes https://github.com/vim/vim/issues/12258)
author Bram Moolenaar <Bram@vim.org>
date Thu, 13 Apr 2023 18:30:04 +0200
parents 310757299e72
children 2161817507ff
files .cirrus.yml src/version.c
diffstat 2 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -36,7 +36,7 @@ macos_task:
   timeout_in: 20m
   install_script:
     - brew update
-    - brew install gettext libtool
+    - brew install gettext libtool diffutils
   build_script:
     - NPROC=$(getconf _NPROCESSORS_ONLN)
     - ./configure --with-features=${FEATURES}
--- a/src/version.c
+++ b/src/version.c
@@ -696,6 +696,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1448,
+/**/
     1447,
 /**/
     1446,