]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
patch 9.0.1448: diff test fails on MacOS 13 v9.0.1448
authorichizok <gclient.gaap@gmail.com>
Thu, 13 Apr 2023 16:23:45 +0000 (17:23 +0100)
committerBram Moolenaar <Bram@vim.org>
Thu, 13 Apr 2023 16:23:45 +0000 (17:23 +0100)
Problem:    Diff test fails on MacOS 13.
Solution:   Install GNU diffutils. (Ozaki Kiichi, closes #12258)

.cirrus.yml
src/version.c

index 088c4d7e55103ab33262a7c50efd8bc8b48ef4cd..8e764ae5ef0916dbf0eca73f0190266514df9c30 100644 (file)
@@ -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}
index 60de2bb455d67d4c53864a6c967e5d721b6e8340..ba8b40e15e1c19bf26bf627240047d0d52d9330e 100644 (file)
@@ -695,6 +695,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    1448,
 /**/
     1447,
 /**/