Remove line doing random copy

This commit is contained in:
Ian Young 2014-04-04 14:03:58 -07:00
parent 63d9ae4c3e
commit 3e28147525
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)