]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
patch 8.2.4349: FileChangedShell test fails on MS-Windows v8.2.4349
authorBram Moolenaar <Bram@vim.org>
Fri, 11 Feb 2022 20:55:16 +0000 (20:55 +0000)
committerBram Moolenaar <Bram@vim.org>
Fri, 11 Feb 2022 20:55:16 +0000 (20:55 +0000)
Problem:    FileChangedShell test fails on MS-Windows.
Solution:   Skip the test on MS-Windows.

src/testdir/test_filechanged.vim
src/version.c

index 0b5b8e0334bc8702d0b79498c4114c67ac1aaa10..ee9e80b26c1a880b978e8f7f8339672770dcf0ab 100644 (file)
@@ -139,6 +139,8 @@ endfunc
 
 func Test_FileChangedShell_edit_dialog()
   CheckNotGui
+  " FIXME: why does this not work on MS-Windows?
+  CheckUnix
 
   new Xchanged_r
   call setline(1, 'reload this')
index dfcec91717b9dd59d0cdf371f2d2bd3a1dd2dd25..6d09210759cb8fef16818f790a81bf7c2acace59 100644 (file)
@@ -746,6 +746,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    4349,
 /**/
     4348,
 /**/