mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* test/ruby/test_require.rb (test_race_exception): delete temporary library name.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34088 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
934b954a36
commit
1c6226b67d
1 changed files with 1 additions and 0 deletions
|
@ -392,6 +392,7 @@ class TestRequire < Test::Unit::TestCase
|
|||
assert_equal(true, (t1_res ^ t2_res), bug5754 + " t1:#{t1_res} t2:#{t2_res}")
|
||||
assert_equal([:pre, :post], scratch, bug5754)
|
||||
ensure
|
||||
$".delete(path)
|
||||
tmp.close(true) if tmp
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue