Merge pull request #149 from iangreenleaf/bad_line
Remove line doing random copy
This commit is contained in:
commit
2a10ffb843
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue