mirror of
https://github.com/neovim/neovim.git
synced 2024-12-19 18:55:14 -07:00
vim-patch:8.2.3477: startup test fails on MS-Windows
Problem: Startup test fails on MS-Windows.
Solution: Skip the test if not on Unix.
6d19798774
Co-authored-by: Bram Moolenaar <Bram@vim.org>
This commit is contained in:
parent
92186be428
commit
94cc293927
@ -1293,6 +1293,8 @@ func Test_echo_true_in_cmd()
|
||||
endfunc
|
||||
|
||||
func Test_rename_buffer_on_startup()
|
||||
CheckUnix
|
||||
|
||||
let lines =<< trim END
|
||||
call writefile(['done'], 'Xresult')
|
||||
qa!
|
||||
|
Loading…
Reference in New Issue
Block a user