Skip to content

Commit

Permalink
remove tarbomb from testdata folder (#540)
Browse files Browse the repository at this point in the history
fixes #538
  • Loading branch information
gabriel-vasile committed Jun 5, 2024
1 parent cdceff9 commit 3267116
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions mimetype_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -184,10 +184,9 @@ var files = map[string]string{
"tar.oldgnu.tar": "application/x-tar",
"tar.posix.tar": "application/x-tar",
// tar.star.tar was generated with star 1.6.
"tar.star.tar": "application/x-tar",
"tar.ustar.tar": "application/x-tar",
"tar.v7.tar": "application/x-tar",
"tar.issue464.tar": "application/x-tar",
"tar.star.tar": "application/x-tar",
"tar.ustar.tar": "application/x-tar",
"tar.v7.tar": "application/x-tar",
// tar.v7-gnu.tar is a v7 tar archive generated with GNU tar 1.29.
"tar.v7-gnu.tar": "application/x-tar",
"tcl.tcl": "text/x-tcl",
Expand Down
Binary file removed testdata/tar.issue464.tar
Binary file not shown.

0 comments on commit 3267116

Please sign in to comment.