From 18bbb1cfc85d2ea93fb9e69d09f4004d274ac8c6 Mon Sep 17 00:00:00 2001 From: tarui Date: Mon, 28 Jun 2010 17:28:52 +0000 Subject: * test/rdoc/test_rdoc_rdoc.rb: change to bin-mode to write directly. reported at http://rubyforge.org/tracker/index.php?func=detail&aid=28249&group_id=627&atid=2472 * test/rdoc/test_rdoc_markup_pre_process.rb: ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@28469 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/rdoc/test_rdoc_markup_pre_process.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'test/rdoc/test_rdoc_markup_pre_process.rb') diff --git a/test/rdoc/test_rdoc_markup_pre_process.rb b/test/rdoc/test_rdoc_markup_pre_process.rb index 9c90a2782a..cae4da9e05 100644 --- a/test/rdoc/test_rdoc_markup_pre_process.rb +++ b/test/rdoc/test_rdoc_markup_pre_process.rb @@ -10,6 +10,7 @@ class TestRDocMarkupPreProcess < MiniTest::Unit::TestCase RDoc::Markup::PreProcess.registered.clear @tempfile = Tempfile.new 'test_rdoc_markup_pre_process' + @tempfile.binmode @name = File.basename @tempfile.path @dir = File.dirname @tempfile.path -- cgit v1.2.3