mirror of
https://github.com/sbrow/envr.git
synced 2026-06-27 18:48:33 -04:00
refactor: Fixed memory leaks in find_binary.
This commit is contained in:
@@ -16,7 +16,7 @@ test_scan_path_finds_gitignored_env_files :: proc(t: ^testing.T) {
|
||||
defer os.remove_all(base)
|
||||
|
||||
git_init := os.Process_Desc{
|
||||
command = []string{"git", "init"},
|
||||
command = []string{"git", "-c", "advice.defaultBranchName=false", "init"},
|
||||
working_dir = base,
|
||||
stdout = os.stderr,
|
||||
stderr = os.stderr,
|
||||
|
||||
Reference in New Issue
Block a user