]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
patch 8.2.4089: terminal test for current directory fails on FreeBSD v8.2.4089
authorBram Moolenaar <Bram@vim.org>
Fri, 14 Jan 2022 12:06:47 +0000 (12:06 +0000)
committerBram Moolenaar <Bram@vim.org>
Fri, 14 Jan 2022 12:06:47 +0000 (12:06 +0000)
Problem:    Terminal test for current directory fails on FreeBSD.
Solution:   Skip the test.

src/testdir/test_terminal3.vim
src/version.c

index 5e7a89f4f2c8074e34ace242468ff93aba35be83..9b5a02f5276e94feaa3ffa6b62b037282870d12d 100644 (file)
@@ -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
index b55bddaf69df954e3ef6ca7b6efed1555c7d21b7..2bee440e991af1e099b481527b77f66c6277926c 100644 (file)
@@ -750,6 +750,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    4089,
 /**/
     4088,
 /**/