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 0233ddf commit 7c3dedbCopy full SHA for 7c3dedb
internal/testutils/tar.go
@@ -74,7 +74,6 @@ func AssertFilesInTar(t testing.TB, tr *tar.Reader, expectedFiles []ExpectedFile
74
75
if dupes[header.Name] {
76
t.Fatalf("File in tarball twice. This is invalid and will break when extracted: %v (%s)", header.Name, msg)
77
- break
78
}
79
80
dupes[header.Name] = true
0 commit comments