forked from aniani/vim
patch 9.1.1118: tests: test_termcodes fails
Problem: tests: test_termcodes fails
(after: v9.1.1114)
Solution: adjust the test for the expected termguicolors value
Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
@@ -2775,7 +2775,7 @@ func Test_xterm_direct_enables_termguicolors()
|
||||
|
||||
let result=readfile('XTerm-direct.txt')
|
||||
" call assert_equal(['', 'TERM: xterm-direct', 'Colors: ' .. colors, 'Termguicolors: 1'], result)
|
||||
call assert_equal(['', 'TERM: xterm-direct', 'Termguicolors: 1'], result)
|
||||
call assert_equal(['', 'TERM: xterm-direct', 'Termguicolors: 0'], result)
|
||||
" cleanup
|
||||
bw!
|
||||
close
|
||||
|
||||
Reference in New Issue
Block a user