vim-patch:8.2.4349: FileChangedShell test fails on MS-Windows

Problem:    FileChangedShell test fails on MS-Windows.
Solution:   Skip the test on MS-Windows.
c9e3187d05
This commit is contained in:
zeertzjq
2022-03-30 18:34:35 +08:00
parent ac1dd046c0
commit 4ca14b310c

View File

@@ -142,6 +142,8 @@ endfunc
func Test_FileChangedShell_edit_dialog() func Test_FileChangedShell_edit_dialog()
throw 'Skipped: requires a UI to be active' throw 'Skipped: requires a UI to be active'
CheckNotGui CheckNotGui
" FIXME: why does this not work on MS-Windows?
CheckUnix
new Xchanged_r new Xchanged_r
call setline(1, 'reload this') call setline(1, 'reload this')