opnsense-ports/archivers/ruby-lha/files/patch-tests
Franco Fichtner a737ce6b05 */*: sync previously available, but unused ports
Taken from: FreeBSD
2015-04-22 06:45:04 +02:00

9 lines
243 B
Text

--- test/test.rb 2006-09-17 14:32:52.000000000 -0400
+++ test/test.rb 2015-03-23 11:18:00.000000000 -0400
@@ -21,5 +21,5 @@
obuff = ' ' * 256
(0..255).each do |x|
- obuff[x] = x
+ obuff[x] = x.chr
end
nbuff = nil