diff options
author | Bram Moolenaar <Bram@vim.org> | 2019-11-30 15:34:08 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2019-11-30 15:34:08 +0100 |
commit | e219f73ed546abeba1ff4f5c08b380d648852222 (patch) | |
tree | 13b21f27ed28b7521ead0b95c43dd06c87376a86 /src/testdir/test_terminal.vim | |
parent | dee50a518007b3a59f54b8ad018b6a83993593e7 (diff) | |
download | vim-git-e219f73ed546abeba1ff4f5c08b380d648852222.tar.gz |
patch 8.1.2364: termwinscroll test is flaky on FreeBSDv8.1.2364
Problem: Termwinscroll test is flaky on FreeBSD.
Solution: Add to list of flaky tests. Rename function.
Diffstat (limited to 'src/testdir/test_terminal.vim')
-rw-r--r-- | src/testdir/test_terminal.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testdir/test_terminal.vim b/src/testdir/test_terminal.vim index fb810e7f7..0626253c3 100644 --- a/src/testdir/test_terminal.vim +++ b/src/testdir/test_terminal.vim @@ -1827,7 +1827,7 @@ func Test_terminal_out_err() call delete(outfile) endfunc -func Test_terminwinscroll() +func Test_termwinscroll() CheckUnix " Let the terminal output more than 'termwinscroll' lines, some at the start |