diff options
Diffstat (limited to 'archivers/ruby-lha/files/patch-tests')
-rw-r--r-- | archivers/ruby-lha/files/patch-tests | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/archivers/ruby-lha/files/patch-tests b/archivers/ruby-lha/files/patch-tests deleted file mode 100644 index 2607ce19a616..000000000000 --- a/archivers/ruby-lha/files/patch-tests +++ /dev/null @@ -1,11 +0,0 @@ ---- test/test.rb.orig 2006-09-17 18:32:52 UTC -+++ test/test.rb -@@ -20,7 +20,7 @@ class TestLhaLib < Test::Unit::TestCase - assert(File.exist?('test.dat')) - obuff = ' ' * 256 - (0..255).each do |x| -- obuff[x] = x -+ obuff[x] = x.chr - end - nbuff = nil - File.open('test.dat', 'rb') do |f| |