From 08bbb08c5fa272f0baabd14975e2586000d1ba3c Mon Sep 17 00:00:00 2001 From: mame Date: Tue, 22 Jul 2008 11:34:23 +0000 Subject: * test/rdoc/test_rdoc_parser_ruby.rb (teardown): close tempfile. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18161 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/rdoc/test_rdoc_parser_ruby.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/rdoc') diff --git a/test/rdoc/test_rdoc_parser_ruby.rb b/test/rdoc/test_rdoc_parser_ruby.rb index 46c95bd061..77d8bd24fc 100644 --- a/test/rdoc/test_rdoc_parser_ruby.rb +++ b/test/rdoc/test_rdoc_parser_ruby.rb @@ -19,7 +19,7 @@ class TestRdocParserRuby < Test::Unit::TestCase end def teardown - @tempfile.unlink + @tempfile.close end def test_look_for_directives_in_commented -- cgit v1.2.3