comparison src/testdir/test_terminal.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 6fe1d322710d
children c7b16393c248
comparison
equal deleted inserted replaced
18735:802cf4ddafb6 18736:97d534e17874
868 exe buf . 'bwipe' 868 exe buf . 'bwipe'
869 unlet g:job 869 unlet g:job
870 endfunc 870 endfunc
871 871
872 func Test_terminal_composing_unicode() 872 func Test_terminal_composing_unicode()
873 CheckNotBSD
873 let save_enc = &encoding 874 let save_enc = &encoding
874 set encoding=utf-8 875 set encoding=utf-8
875 876
876 if has('win32') 877 if has('win32')
877 let cmd = "cmd /K chcp 65001" 878 let cmd = "cmd /K chcp 65001"