mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-28 01:11:15 -03:00
test.fish: Erase more environment variables
Unfortunately this doesn't quite fix the issue with Pantheon Terminal (#7913), as that somehow manages to re-set $VTE_VERSION by the time littlecheck runs.
This commit is contained in:
@@ -23,7 +23,17 @@ end
|
||||
# behavior of the tests. So either remove them or set them to a known value.
|
||||
# See also tests/interactive.fish.
|
||||
set TERM xterm
|
||||
set -e COLORTERM
|
||||
set -e INSIDE_EMACS
|
||||
set -e ITERM_PROFILE
|
||||
set -e KONSOLE_PROFILE_NAME
|
||||
set -e KONSOLE_VERSION
|
||||
set -e PANTHEON_TERMINAL_ID
|
||||
set -e TERM_PROGRAM
|
||||
set -e TERM_PROGRAM_VERSION
|
||||
set -e VTE_VERSION
|
||||
set -e WT_PROFILE_ID
|
||||
set -e XTERM_VERSION
|
||||
|
||||
source test_util.fish (status -f) $argv
|
||||
or exit
|
||||
|
||||
Reference in New Issue
Block a user