From 5b249dbb4120f56954a8a811322e7a249ad93789 Mon Sep 17 00:00:00 2001 From: Johannes Altmanninger Date: Mon, 21 Oct 2024 12:53:33 +0200 Subject: [PATCH] test_env: remove stale env sanitization These are unused since 983746a69 (fish_vi_cursor: Remove terminal checks, 2024-08-30). --- tests/test_env.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tests/test_env.sh b/tests/test_env.sh index 6360b02bd..97cb0224a 100755 --- a/tests/test_env.sh +++ b/tests/test_env.sh @@ -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