mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-13 08:27:26 +00:00
Stop setting TERM in history test
Because TERM was set to something other than 'dumb', we were subject to syntax highlighting and other interactive features that would affect the output. In practice we were getting lucky timing-wise, but with upcoming interactive changes syntax highlighting started to fail this test.
This commit is contained in:
parent
29c1139a6e
commit
073334f307
1 changed files with 0 additions and 1 deletions
|
@ -15,7 +15,6 @@ from pexpect_helper import SpawnedProc
|
|||
import os
|
||||
|
||||
os.environ["PAGER"] = "cat"
|
||||
os.environ["TERM"] = "xterm"
|
||||
|
||||
sp = SpawnedProc(env=os.environ.copy())
|
||||
|
||||
|
|
Loading…
Reference in a new issue