scripttests: try another terminal

This commit is contained in:
Zdenek Dohnal 2024-04-15 18:37:06 +02:00
commit 987b625442

View file

@ -33,7 +33,7 @@ PACKAGE="vim-enhanced" # tested package
TESTER="vimtester" # USERname which we use for testing
TEST=scripttests # main target for `make`
SET_XVFB="NO" # Do we want to setup `Xvfb` before testing?
TERM_type="xterm" # terminfo type set before running tests
TERM_type="xterm-256color" # terminfo type set before running tests
set -o pipefail # because test output is piped to `tee`
if rlIsRHEL 8