We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd9e0c3 commit ebb8eceCopy full SHA for ebb8ece
1 file changed
git_sizer_test.go
@@ -26,6 +26,8 @@ func TestExec(t *testing.T) {
26
}
27
28
func gitCommand(t *testing.T, repo *git.Repository, args ...string) *exec.Cmd {
29
+ t.Helper()
30
+
31
cmd := exec.Command("git", args...)
32
cmd.Env = append(os.Environ(), "GIT_DIR="+repo.Path())
33
return cmd
0 commit comments