summaryrefslogtreecommitdiff
path: root/archivers/ruby-lha/files/patch-tests
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-07-26 16:51:15 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-07-26 16:51:15 +0000
commit9fa9eb9ac7bf1d3de825ee25a8f0ae81b7b77896 (patch)
tree9b071a8105704e992946dcd6b801e9fcb7635142 /archivers/ruby-lha/files/patch-tests
parentMooseFS is a Fault tolerant, High Available, Highly Performing, Scale-Out, (diff)
Cleanup patches, a* categories.
Rename them to follow the make makepatch naming, and regenerate them. With hat: portmgr Sponsored by: Absolight
Diffstat (limited to 'archivers/ruby-lha/files/patch-tests')
-rw-r--r--archivers/ruby-lha/files/patch-tests8
1 files changed, 5 insertions, 3 deletions
diff --git a/archivers/ruby-lha/files/patch-tests b/archivers/ruby-lha/files/patch-tests
index bc81d47baad9..2607ce19a616 100644
--- a/archivers/ruby-lha/files/patch-tests
+++ b/archivers/ruby-lha/files/patch-tests
@@ -1,9 +1,11 @@
---- 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 @@
+--- 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|