From 3e28147525a90fd5f0e4df4dd1749b5111016a80 Mon Sep 17 00:00:00 2001 From: Ian Young Date: Fri, 4 Apr 2014 14:03:58 -0700 Subject: [PATCH] Remove line doing random copy --- test/file_test.rb | 3 --- 1 file changed, 3 deletions(-) diff --git a/test/file_test.rb b/test/file_test.rb index 9b36bd4..b687a0a 100644 --- a/test/file_test.rb +++ b/test/file_test.rb @@ -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)