From ba4c3e5bc475a7819fd954985105073ba239bf9e Mon Sep 17 00:00:00 2001 From: Jesse Duffield Date: Wed, 7 Oct 2020 19:00:48 +1100 Subject: [PATCH] small changes --- pkg/gui/gui_test.go | 2 +- test/default_test_config/config.yml | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/pkg/gui/gui_test.go b/pkg/gui/gui_test.go index fa5599703..0698afc5f 100644 --- a/pkg/gui/gui_test.go +++ b/pkg/gui/gui_test.go @@ -328,7 +328,7 @@ func runLazygit(t *testing.T, testPath string, rootDir string, record bool, spee _ = f.Close() } else { - err := osCommand.RunExecutable(cmd) + err := cmd.Run() assert.NoError(t, err) } } diff --git a/test/default_test_config/config.yml b/test/default_test_config/config.yml index 9feb29fca..69b4c4dea 100644 --- a/test/default_test_config/config.yml +++ b/test/default_test_config/config.yml @@ -4,9 +4,5 @@ gui: activeBorderColor: - green - bold - inactiveBorderColor: - - cyan - selectedLineBgColor: - - reverse SelectedRangeBgcolor: - reverse