comparison src/testdir/test_terminal.vim @ 18748:c7b16393c248 v8.1.2364

patch 8.1.2364: termwinscroll test is flaky on FreeBSD Commit: https://github.com/vim/vim/commit/e219f73ed546abeba1ff4f5c08b380d648852222 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Nov 30 15:34:08 2019 +0100 patch 8.1.2364: termwinscroll test is flaky on FreeBSD Problem: Termwinscroll test is flaky on FreeBSD. Solution: Add to list of flaky tests. Rename function.
author Bram Moolenaar <Bram@vim.org>
date Sat, 30 Nov 2019 15:45:03 +0100
parents 97d534e17874
children 5ed8297121fa
comparison
equal deleted inserted replaced
18747:642302ee4955 18748:c7b16393c248
1825 exe buf . 'bwipe' 1825 exe buf . 'bwipe'
1826 call delete('Xechoerrout.sh') 1826 call delete('Xechoerrout.sh')
1827 call delete(outfile) 1827 call delete(outfile)
1828 endfunc 1828 endfunc
1829 1829
1830 func Test_terminwinscroll() 1830 func Test_termwinscroll()
1831 CheckUnix 1831 CheckUnix
1832 1832
1833 " Let the terminal output more than 'termwinscroll' lines, some at the start 1833 " Let the terminal output more than 'termwinscroll' lines, some at the start
1834 " will be dropped. 1834 " will be dropped.
1835 exe 'set termwinscroll=' . &lines 1835 exe 'set termwinscroll=' . &lines