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.
1 parent 96a1493 commit 3fa89a6Copy full SHA for 3fa89a6
internal/stage_write_tree.go
@@ -21,7 +21,8 @@ import (
21
func testWriteTree(harness *test_case_harness.TestCaseHarness) error {
22
logger := harness.Logger
23
executable := harness.Executable
24
- RelocateSystemGit(harness, logger)
+ // This stage Requires the git binary for verifying the git object
25
+ // So, no relocation is done for this stage
26
27
tempDir, err := os.MkdirTemp("", "worktree")
28
if err != nil {
0 commit comments