From e2543e8968496223d760f403b9c683c484f02d2c Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Wed, 4 Jan 2023 08:20:04 +0530 Subject: [PATCH] Fix #5852 --- kitty_tests/main.py | 1 + 1 file changed, 1 insertion(+) diff --git a/kitty_tests/main.py b/kitty_tests/main.py index 022ea4d2f..5f393c425 100644 --- a/kitty_tests/main.py +++ b/kitty_tests/main.py @@ -251,6 +251,7 @@ def env_for_python_tests(report_env: bool = False) -> Iterator[None]: HOME=tdir, USERPROFILE=tdir, PATH=path, + TERM='xterm-kitty', XDG_CONFIG_HOME=os.path.join(tdir, '.config'), XDG_CONFIG_DIRS=os.path.join(tdir, '.config'), XDG_DATA_DIRS=os.path.join(tdir, '.local', 'xdg'),