From 5f46e1cdcd3b4545996088e10e9cb2c1ff7877dd Mon Sep 17 00:00:00 2001 From: Jesse Duffield Date: Mon, 5 Apr 2021 12:37:44 +1000 Subject: [PATCH] try this --- pkg/gui/gui_test.go | 1 + 1 file changed, 1 insertion(+) 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()