comparison src/testdir/test_quickfix.vim @ 18736:97d534e17874 v8.1.2358

patch 8.1.2358: tests fail on Cirrus CI for FreeBSD Commit: https://github.com/vim/vim/commit/9134f1ecd41207045db3cb47f0269497980395ad Author: Bram Moolenaar <Bram@vim.org> Date: Fri Nov 29 20:26:13 2019 +0100 patch 8.1.2358: tests fail on Cirrus CI for FreeBSD Problem: Tests fail on Cirrus CI for FreeBSD. Solution: Fix a test and skip some. (Christian Brabandt, closes https://github.com/vim/vim/issues/5281)
author Bram Moolenaar <Bram@vim.org>
date Fri, 29 Nov 2019 20:30:05 +0100
parents c035b4fa4bc5
children d23bb26ba98f
comparison
equal deleted inserted replaced
18735:802cf4ddafb6 18736:97d534e17874
1683 endfor 1683 endfor
1684 call writefile(l, a:filename) 1684 call writefile(l, a:filename)
1685 endfunc 1685 endfunc
1686 1686
1687 func Test_switchbuf() 1687 func Test_switchbuf()
1688 CheckNotBSD
1688 call s:create_test_file('Xqftestfile1') 1689 call s:create_test_file('Xqftestfile1')
1689 call s:create_test_file('Xqftestfile2') 1690 call s:create_test_file('Xqftestfile2')
1690 call s:create_test_file('Xqftestfile3') 1691 call s:create_test_file('Xqftestfile3')
1691 1692
1692 new | only 1693 new | only