We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 808bac2 commit f470922Copy full SHA for f470922
filesystem/iso9660/finalize_test.go
@@ -30,6 +30,7 @@ func TestFinalizeElTorito(t *testing.T) {
30
}
31
finalizeElTorito(t, dir)
32
33
+
34
func TestFinalizeElToritoWithInaccurateTmpDir(t *testing.T) {
35
finalizeElTorito(t, "")
36
dir, err := os.MkdirTemp("/tmp//", "workspace")
@@ -39,6 +40,7 @@ func TestFinalizeElToritoWithInaccurateTmpDir(t *testing.T) {
39
40
41
42
43
+//nolint:thelper // this is not a helper function
44
func finalizeElTorito(t *testing.T, workspace string) {
45
blocksize := int64(2048)
46
f, err := os.CreateTemp("", "iso_finalize_test")
0 commit comments