changeset 27120:2961745336b8 v8.2.4089

patch 8.2.4089: terminal test for current directory fails on FreeBSD Commit: https://github.com/vim/vim/commit/7bfa6d698e7a9f586251d53cd092ad6e8110e045 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Jan 14 12:06:47 2022 +0000 patch 8.2.4089: terminal test for current directory fails on FreeBSD Problem: Terminal test for current directory fails on FreeBSD. Solution: Skip the test.
author Bram Moolenaar <Bram@vim.org>
date Fri, 14 Jan 2022 13:15:04 +0100
parents ae6cdc5f24f4
children 0c4b6fb98f76
files src/testdir/test_terminal3.vim src/version.c
diffstat 2 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/testdir/test_terminal3.vim
+++ b/src/testdir/test_terminal3.vim
@@ -779,6 +779,8 @@ endfunc
 func Test_terminal_sync_shell_dir()
   CheckUnix
   " The test always use sh (see src/testdir/unix.vim).
+  " BSD's sh doesn't seem to play well with the OSC 7 escape sequence.
+  CheckNotBSD
 
   set asd
   " , is
--- a/src/version.c
+++ b/src/version.c
@@ -751,6 +751,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    4089,
+/**/
     4088,
 /**/
     4087,