comparison src/testdir/test_help.vim @ 24172:09598e5ced97 v8.2.2627

patch 8.2.2627: no need to check for BSD after checking for not root Commit: https://github.com/vim/vim/commit/4355894869355c185e7810e67d52802453576e81 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Mar 20 12:49:15 2021 +0100 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 https://github.com/vim/vim/issues/7989)
author Bram Moolenaar <Bram@vim.org>
date Sat, 20 Mar 2021 13:00:03 +0100
parents 2259c73cc1d9
children 4c1b6f3eb96b
comparison
equal deleted inserted replaced
24171:66480abe9e5a 24172:09598e5ced97
98 endfunc 98 endfunc
99 99
100 func Test_helptag_cmd_readonly() 100 func Test_helptag_cmd_readonly()
101 CheckUnix 101 CheckUnix
102 CheckNotRoot 102 CheckNotRoot
103 " The following tests fail on FreeBSD for some reason
104 CheckNotBSD
105 103
106 " Read-only tags file 104 " Read-only tags file
107 call mkdir('Xdir/doc', 'p') 105 call mkdir('Xdir/doc', 'p')
108 call writefile([''], 'Xdir/doc/tags') 106 call writefile([''], 'Xdir/doc/tags')
109 call writefile([], 'Xdir/doc/sample.txt') 107 call writefile([], 'Xdir/doc/sample.txt')