mirror of
https://github.com/neovim/neovim.git
synced 2026-08-04 14:48:45 +00:00
vim-patch:8.2.0270: some code not covered by tests
Problem: Some code not covered by tests.
Solution: Add test cases. (Yegappan Lakshmanan, closes vim/vim#5649)
bc2b71d44a
This commit is contained in:
@@ -207,9 +207,7 @@ func Test_write_errors()
|
||||
close!
|
||||
|
||||
call assert_fails('w > Xtest', 'E494:')
|
||||
|
||||
call assert_fails('w > Xtest', 'E494:')
|
||||
|
||||
|
||||
" Try to overwrite a directory
|
||||
if has('unix')
|
||||
call mkdir('Xdir1')
|
||||
|
||||
Reference in New Issue
Block a user