From 0af4a490b48bb6fef8d4f392d0c0b215db8e06f9 Mon Sep 17 00:00:00 2001 From: mame Date: Thu, 17 Jul 2008 14:46:15 +0000 Subject: * test/rdoc/test_rdoc_c_parser.rb (teardown): close tempfile. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18120 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/rdoc/test_rdoc_c_parser.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/rdoc') diff --git a/test/rdoc/test_rdoc_c_parser.rb b/test/rdoc/test_rdoc_c_parser.rb index 6cbb2c92dc..72d09038a4 100644 --- a/test/rdoc/test_rdoc_c_parser.rb +++ b/test/rdoc/test_rdoc_c_parser.rb @@ -24,7 +24,7 @@ class TestRdocC_Parser < Test::Unit::TestCase end def teardown - @tempfile.unlink + @tempfile.close end def test_do_classes_boot_class -- cgit v1.2.3