summaryrefslogtreecommitdiffstats
path: root/pkg/gui/gui_test.go
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2021-04-05 12:37:44 +1000
committerJesse Duffield <jessedduffield@gmail.com>2021-04-06 19:34:32 +1000
commit7953e58c7407a3de3a895d04e11fda4976e523f0 (patch)
tree87be832021f58bbb6e04be3ddde39446d8ec79f3 /pkg/gui/gui_test.go
parent549d73a0b1b46a94cf49257f1559b56f00113834 (diff)
try this
Diffstat (limited to 'pkg/gui/gui_test.go')
-rw-r--r--pkg/gui/gui_test.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkg/gui/gui_test.go b/pkg/gui/gui_test.go
index 6d43a6554..7e9f9c4cc 100644
--- a/pkg/gui/gui_test.go
+++ b/pkg/gui/gui_test.go
@@ -315,6 +315,7 @@ func runLazygit(t *testing.T, testPath string, rootDir string, configDir string,
cmd.Env,
fmt.Sprintf("REPLAY_EVENTS_FROM=%s", replayPath),
"HEADLESS=true",
+ "term=xterm",
)
err = cmd.Run()