mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-07 10:01:14 -03: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:
@@ -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())
|
||||
|
||||
|
||||
Reference in New Issue
Block a user