patch 9.0.1448: diff test fails on MacOS 13

Problem:    Diff test fails on MacOS 13.
Solution:   Install GNU diffutils. (Ozaki Kiichi, closes #12258)
This commit is contained in:
ichizok
2023-04-13 17:23:45 +01:00
committed by Bram Moolenaar
parent 474891bc89
commit d76670fc0d
2 changed files with 3 additions and 1 deletions

View 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}

View File

@ -695,6 +695,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
1448,
/**/
1447,
/**/