aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/testdir/test_writefile.vim
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2022-11-06 22:15:33 +0800
committerzeertzjq <zeertzjq@outlook.com>2022-11-06 23:08:40 +0800
commitdf71537a12e454075e02824bb8f570e1e838ee64 (patch)
treea706528600094c4ca8181994d1cc26c21ec55c60 /src/nvim/testdir/test_writefile.vim
parentde500095b1adc675999315e70307b3425dca089c (diff)
downloadrneovim-df71537a12e454075e02824bb8f570e1e838ee64.tar.gz
rneovim-df71537a12e454075e02824bb8f570e1e838ee64.tar.bz2
rneovim-df71537a12e454075e02824bb8f570e1e838ee64.zip
vim-patch:8.2.2570: tests fail when run as root
Problem: Tests fail when run as root. Solution: Add a comment mentioning the expected failure. (issue vim/vim#7919) https://github.com/vim/vim/commit/f9a65505d1d93f3e67e5b8646bde3bbc44c70f7d Co-authored-by: Bram Moolenaar <Bram@vim.org>
Diffstat (limited to 'src/nvim/testdir/test_writefile.vim')
-rw-r--r--src/nvim/testdir/test_writefile.vim1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/testdir/test_writefile.vim b/src/nvim/testdir/test_writefile.vim
index e4950de658..738e66ea27 100644
--- a/src/nvim/testdir/test_writefile.vim
+++ b/src/nvim/testdir/test_writefile.vim
@@ -419,6 +419,7 @@ func Test_patchmode()
endfunc
" Test for writing to a file in a readonly directory
+" NOTE: if you run tests as root this will fail. Don't run tests as root!
func Test_write_readonly_dir()
" On MS-Windows, modifying files in a read-only directory is allowed.
CheckUnix