mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-03 23:11:14 -03:00
test_driver.py: extend the list of terminal-specific workarounds
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user