test: convert Test_file_changed_dialog() to Lua functional test

This commit is contained in:
zeertzjq
2022-02-11 20:32:44 +08:00
parent 2db0a52074
commit 5546492c44
2 changed files with 77 additions and 1 deletions

View File

@@ -91,7 +91,7 @@ func Test_FileChangedShell_reload()
endfunc
func Test_file_changed_dialog()
throw 'skipped: TODO: '
throw 'Skipped: requires a UI to a active'
if !has('unix') || has('gui_running')
return
endif