From 471457733e77cdaeeb138e9df331dcf3ccb4f6c1 Mon Sep 17 00:00:00 2001 From: nobu Date: Fri, 20 Feb 2015 08:27:14 +0000 Subject: file.c: fix handle leak * file.c (rb_file_identical_p): fix handle leak, ensure to close the handle of the first argument. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@49664 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/ruby/test_file_exhaustive.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test') diff --git a/test/ruby/test_file_exhaustive.rb b/test/ruby/test_file_exhaustive.rb index 84a6181e89..b347e53d16 100644 --- a/test/ruby/test_file_exhaustive.rb +++ b/test/ruby/test_file_exhaustive.rb @@ -311,6 +311,8 @@ class TestFileExhaustive < Test::Unit::TestCase assert_raise(IOError) { File.identical?(@file, io) } + File.unlink(@file) + assert_file.not_exist?(@file) end def test_s_size -- cgit v1.2.3