aboutsummaryrefslogtreecommitdiff
path: root/archivers/ruby-lha/files/patch-tests
blob: 2607ce19a616230849a93802ad264bb98ed48606 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- 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|