Skip to content

Commit

Permalink
test: remove unused var
Browse files Browse the repository at this point in the history
  • Loading branch information
jkroepke committed Aug 5, 2024
1 parent da03a5d commit cf94976
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions internal/provider/tar_archiver_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,6 @@ func ensureTarFileMode(t *testing.T, tarfilepath string, outputFileMode string)

var osfilemode = os.FileMode(filemode)

i := 0
for {
header, err := tarReader.Next()

Expand Down Expand Up @@ -427,7 +426,5 @@ func ensureTarFileMode(t *testing.T, tarfilepath string, outputFileMode string)
name,
)
}

i++
}
}

0 comments on commit cf94976

Please sign in to comment.