diff src/testdir/test_excmd.vim @ 24057:eeb5518a37aa v8.2.2570

patch 8.2.2570: tests fail when run as root Commit: https://github.com/vim/vim/commit/f9a65505d1d93f3e67e5b8646bde3bbc44c70f7d Author: Bram Moolenaar <Bram@vim.org> Date: Fri Mar 5 20:47:44 2021 +0100 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 https://github.com/vim/vim/issues/7919)
author Bram Moolenaar <Bram@vim.org>
date Fri, 05 Mar 2021 21:00:03 +0100
parents a7098bc3810e
children 2259c73cc1d9
line wrap: on
line diff
--- a/src/testdir/test_excmd.vim
+++ b/src/testdir/test_excmd.vim
@@ -333,6 +333,7 @@ func Test_winsize_cmd()
 endfunc
 
 " Test for the :redir command
+" NOTE: if you run tests as root this will fail.  Don't run tests as root!
 func Test_redir_cmd()
   call assert_fails('redir @@', 'E475:')
   call assert_fails('redir abc', 'E475:')