mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-27 05:13:10 +00:00
tests: Export $TERM
I think this might be causing problems on Github CI.
This commit is contained in:
parent
340de73172
commit
fbe56a84c7
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ end
|
|||
# These env vars should not be inherited from the user environment because they can affect the
|
||||
# behavior of the tests. So either remove them or set them to a known value.
|
||||
# See also tests/interactive.fish.
|
||||
set TERM xterm
|
||||
set -gx TERM xterm
|
||||
set -e COLORTERM
|
||||
set -e INSIDE_EMACS
|
||||
set -e ITERM_PROFILE
|
||||
|
|
Loading…
Reference in a new issue