From ba4c3e5bc475a7819fd954985105073ba239bf9e Mon Sep 17 00:00:00 2001 From: Jesse Duffield Date: Wed, 7 Oct 2020 19:00:48 +1100 Subject: small changes --- pkg/gui/gui_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkg/gui') 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) } } -- cgit v1.2.3