forked from aniani/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 #5649)
This commit is contained in:
@@ -215,9 +215,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