summaryrefslogtreecommitdiff
path: root/test/ruby/test_process.rb
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-01-29 03:06:40 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-01-29 03:06:40 +0000
commit2d55537dce5fde5e3581351bd274ecabf1e284d7 (patch)
treeaca620604b5aa1baec27c92f70333fa92ccdc0a2 /test/ruby/test_process.rb
parent1d15bbdae507d8631a58ff32f5fb43986c8fa86e (diff)
* 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
Diffstat (limited to 'test/ruby/test_process.rb')
-rw-r--r--test/ruby/test_process.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/ruby/test_process.rb b/test/ruby/test_process.rb
index 9746cf008b..e5ff7cd2c6 100644
--- a/test/ruby/test_process.rb
+++ b/test/ruby/test_process.rb
@@ -815,6 +815,7 @@ class TestProcess < Test::Unit::TestCase
Process.wait(pid)
tmp.rewind
assert_equal(pid.to_s, tmp.read)
+ tmp.close(true)
end
end