We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bfe4935 + d4b2152 commit e6ed1dfCopy full SHA for e6ed1df
tests/integration/cli_help_test.go
@@ -40,7 +40,7 @@ func TestHelpFlag(t *testing.T) {
40
for _, tt := range tests {
41
t.Run(tt.name, func(t *testing.T) {
42
// Get path to gitcommit binary
43
- binaryPath := "../../build/gitcommit"
+ binaryPath := getBinaryPath(t)
44
45
// Run with help flag
46
cmd := exec.Command(binaryPath, tt.flags...)
0 commit comments