mirror of
https://github.com/vim/vim.git
synced 2025-10-03 05:14:07 -04:00
patch 8.2.2627: no need to check for BSD after checking for not root
Problem: No need to check for BSD after checking for not root. Solution: Remove CheckNotBSD. (Ozaki Kiichi, closes #7989)
This commit is contained in:
@@ -364,7 +364,6 @@ endfunc
|
||||
|
||||
func Test_redir_cmd_readonly()
|
||||
CheckNotRoot
|
||||
CheckNotBSD
|
||||
|
||||
" Redirecting to a read-only file
|
||||
call writefile([], 'Xfile')
|
||||
|
Reference in New Issue
Block a user