summaryrefslogtreecommitdiffstats
path: root/pkg/gui
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/gui')
-rw-r--r--pkg/gui/gui_test.go2
1 files changed, 1 insertions, 1 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)
}
}