Skip to content

Commit

Permalink
Close FDs.
Browse files Browse the repository at this point in the history
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46261 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
  • Loading branch information
akr committed May 30, 2014
1 parent 69105a1 commit 4565cd6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/net/http/test_https.rb
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ def test_session_reuse
socket = http.instance_variable_get(:@socket).io

assert socket.session_reused?
http.finish
rescue SystemCallError
skip $!
end
Expand Down

0 comments on commit 4565cd6

Please sign in to comment.