From 4abd390c842873578015f210529c15218c2fe1b3 Mon Sep 17 00:00:00 2001 From: Johannes Altmanninger Date: Sat, 17 May 2025 07:30:33 +0200 Subject: [PATCH] test_driver.py: extend the list of terminal-specific workarounds --- tests/test_driver.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tests/test_driver.py b/tests/test_driver.py index 16d40f697..826867398 100755 --- a/tests/test_driver.py +++ b/tests/test_driver.py @@ -60,8 +60,13 @@ def makeenv(script_path: Path, home: Path) -> Dict[str, str]: for var in [ "XDG_DATA_DIRS", "LANGUAGE", + "MC_SID", + "MC_TMPDIR", + "LC_TERMINAL", + "LC_TERMINAL_VERSION", "COLORTERM", "KONSOLE_VERSION", + "STY", "TERM", # Erase this since we still respect TERM=dumb etc. "TERM_PROGRAM", "TERM_PROGRAM_VERSION",