From 2d55537dce5fde5e3581351bd274ecabf1e284d7 Mon Sep 17 00:00:00 2001 From: akr Date: Tue, 29 Jan 2013 03:06:40 +0000 Subject: * test/ruby/test_marshal.rb: remove temporally files early. * test/ruby/test_process.rb: ditto. * test/psych/test_exception.rb: ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38966 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/psych/test_exception.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'test/psych') diff --git a/test/psych/test_exception.rb b/test/psych/test_exception.rb index 5615fc2db4..46dece4127 100644 --- a/test/psych/test_exception.rb +++ b/test/psych/test_exception.rb @@ -138,6 +138,7 @@ module Psych rescue StandardError assert true # count assertion ensure + t.close(true) return unless $! ancestors = $!.class.ancestors.inspect -- cgit v1.2.3