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.
diff --git a/src/version.c b/src/version.c
index b55bdda..2bee440 100644
--- a/src/version.c
+++ b/src/version.c
@@ -751,6 +751,8 @@
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    4089,
+/**/
     4088,
 /**/
     4087,