6
0
mirror of https://github.com/grdl/git-get.git synced 2026-02-07 03:45:37 +00:00

Fix issues found by mirror linter

This commit is contained in:
Grzegorz Dlugoszewski
2025-08-24 18:01:42 +02:00
parent 0db5ba6f5a
commit 08f3264cd0
4 changed files with 4 additions and 2 deletions

View File

@@ -413,6 +413,7 @@ func TestRemote(t *testing.T) {
func createTestDirTree(t *testing.T) string {
t.Helper()
root := test.TempDir(t, "")
err := os.MkdirAll(filepath.Join(root, "a", "b", "c"), os.ModePerm)
if err != nil {
t.Fatal(err)