diff options
| author | zeertzjq <zeertzjq@outlook.com> | 2022-11-07 06:18:16 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-11-07 06:18:16 +0800 |
| commit | 08d53633d41063f2d14ea7713edc70620ce1fcc4 (patch) | |
| tree | 0d1388abf2b3885805d29f3e619a051c187fae3c /src/nvim/testdir/test_edit.vim | |
| parent | 16eed6e7663afccfe36fd8c0301927fd1858c5c8 (diff) | |
| parent | 8c454776f8a1d030b326347e1dd2d4e1fd6d7f7f (diff) | |
| download | rneovim-08d53633d41063f2d14ea7713edc70620ce1fcc4.tar.gz rneovim-08d53633d41063f2d14ea7713edc70620ce1fcc4.tar.bz2 rneovim-08d53633d41063f2d14ea7713edc70620ce1fcc4.zip | |
Merge pull request #20968 from zeertzjq/vim-8.2.2570
vim-patch:8.2.{2570,2623,2627,4495}: tests fail when run as root
Diffstat (limited to 'src/nvim/testdir/test_edit.vim')
| -rw-r--r-- | src/nvim/testdir/test_edit.vim | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/nvim/testdir/test_edit.vim b/src/nvim/testdir/test_edit.vim index 4994e7af8f..dc850515b0 100644 --- a/src/nvim/testdir/test_edit.vim +++ b/src/nvim/testdir/test_edit.vim @@ -1836,6 +1836,8 @@ endfunc " Test for editing a file without read permission func Test_edit_file_no_read_perm() CheckUnix + CheckNotRoot + call writefile(['one', 'two'], 'Xfile') call setfperm('Xfile', '-w-------') new |