From 987b6254424a2ddbfdca2a05ab46e4b9344cc2ce Mon Sep 17 00:00:00 2001 From: Zdenek Dohnal Date: Mon, 15 Apr 2024 18:37:06 +0200 Subject: [PATCH] scripttests: try another terminal --- Sanity/upstream-scripttests/runtest.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sanity/upstream-scripttests/runtest.sh b/Sanity/upstream-scripttests/runtest.sh index 4c315b6..da3a3d6 100755 --- a/Sanity/upstream-scripttests/runtest.sh +++ b/Sanity/upstream-scripttests/runtest.sh @@ -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