mirror of https://github.com/databricks/cli.git
try TERM dumb
This commit is contained in:
parent
1294b4861b
commit
4a468eec14
|
@ -61,7 +61,7 @@ func TestInprocessMode(t *testing.T) {
|
|||
if InprocessMode {
|
||||
t.Skip("Already tested by TestAccept")
|
||||
}
|
||||
t.Setenv("NO_COLOR", "1")
|
||||
t.Setenv("TERM", "dumb")
|
||||
require.NotZero(t, testAccept(t, true, "help"))
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue