Merge pull request #149 from iangreenleaf/bad_line

Remove line doing random copy
This commit is contained in:
Alexander Simonov 2014-04-06 12:30:06 +03:00
commit 2a10ffb843
1 changed files with 0 additions and 3 deletions

View File

@ -18,9 +18,6 @@ class ZipFileTest < MiniTest::Unit::TestCase
end
::File.open(EMPTY_FILENAME, 'wb') { |file| file.write buffer.string }
# Not sure if the following line was just accidentally left in, but
# it's not related to the tests and breaks on windows
`cp #{EMPTY_FILENAME} ~/test.zip` unless Zip::RUNNING_ON_WINDOWS
zfRead = ::Zip::File.new(EMPTY_FILENAME)
assert_equal(comment, zfRead.comment)