Revert "Cleanup after ourselves"

This reverts commit 6597af1257 since
7caab1f already fixed the same thing. It should fix the build.
This commit is contained in:
David Rodríguez 2016-11-10 07:59:47 -02:00
parent 812609111c
commit f157dfc1b6
1 changed files with 0 additions and 1 deletions

View File

@ -546,7 +546,6 @@ class ZipFileTest < MiniTest::Test
assert_raises(::Zip::Error) do assert_raises(::Zip::Error) do
::Zip::File.open(TestFiles::NULL_FILE) ::Zip::File.open(TestFiles::NULL_FILE)
end end
File.delete('empty.zip')
end end
def test_odd_extra_field def test_odd_extra_field