test_env: remove stale env sanitization
Some checks are pending
make test / ubuntu (push) Waiting to run
make test / ubuntu-32bit-static-pcre2 (push) Waiting to run
make test / ubuntu-asan (push) Waiting to run
make test / macos (push) Waiting to run
Rust checks / rustfmt (push) Waiting to run
Rust checks / clippy (push) Waiting to run

These are unused since 983746a69 (fish_vi_cursor: Remove terminal checks,
2024-08-30).
This commit is contained in:
Johannes Altmanninger 2024-10-21 12:53:33 +02:00
parent 9c96ae0d40
commit 5b249dbb41

View File

@ -80,8 +80,6 @@ export LC_CTYPE="en_US.UTF-8"
# See also tests/interactive.fish.
export TERM=xterm
unset COLORTERM
unset INSIDE_EMACS
unset ITERM_PROFILE
unset KONSOLE_PROFILE_NAME
unset KONSOLE_VERSION
unset PANTHEON_TERMINAL_ID
@ -90,8 +88,6 @@ unset LC_TERMINAL_VERSION
unset TERM_PROGRAM
unset TERM_PROGRAM_VERSION
unset VTE_VERSION
unset WT_PROFILE_ID
unset XTERM_VERSION
# If we are sourced, return without executing
if test -z ${target}; then